Hi,
I'm using SmartGWT Pro 4.0p-20140221.
I'm using FacetChart with multiple series and zoom is enabled by calling setCanZoom(true).
I'm displaying value of a variable on Y axis and time on X axis.
1st time I set the data for a variable the chart displays fine. 2nd time when I try to display data for a different variable I get
JavaScriptException: (TypeError): data[start] is undefined.
The exception is coming from line 9078 of ISC_chart.js. I verified that I'm setting the data correctly and data I'm setting l looks fine.
The same data displays fine when I select the variable 1st time after the chart is created.
Can you please help me in figuring out what the problem is?
Thanks,
I'm using SmartGWT Pro 4.0p-20140221.
I'm using FacetChart with multiple series and zoom is enabled by calling setCanZoom(true).
I'm displaying value of a variable on Y axis and time on X axis.
1st time I set the data for a variable the chart displays fine. 2nd time when I try to display data for a different variable I get
JavaScriptException: (TypeError): data[start] is undefined.
The exception is coming from line 9078 of ISC_chart.js. I verified that I'm setting the data correctly and data I'm setting l looks fine.
The same data displays fine when I select the variable 1st time after the chart is created.
Can you please help me in figuring out what the problem is?
Thanks,
Comment