cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Value Columns erasing X-Axis labels

Former Member
0 Kudos

I am dynamically altering the columns of an iChart in javascript. After the chart updates, the X-Axis labels disappear. Any ideas?

document.getElementById("InventoryChart").getChartObject().setValueColumns(output);

document.getElementById("InventoryChart").updateChart(true);

document.getElementById("InventoryChart").refresh();

Edited by: tsander on Jul 9, 2010 10:34 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

The .updateChart(true) and .refresh() calls are redundant - you don't need both as it will force the query to be executed twice.

Is the first Pen being selected in the legend and do the XAxis labels show up when you select other pens in the chart legend?

What MII version / build?