MSColumn2d throws error saying: Error in loading data when number of label exceeds #58
Here is sample code to regenerate error:
xmlData="";
fc1.FCChartType="MSColumn2D";
fc1.FCDataXML=xmlData;
fc1.FCRender();
When we load same xml using xml file (i.e: fc1.FCDataURL="test.xml";) it won't throws any error and renders perfect. I deleted top 15 records in xmlData and it woked fine. Leter I deleted bottom 15 records and still it works. So in subsequent debugging I found, when number of labels exceeds 58, fusion chart can not load xml.
So far we haven't received any other issue with fusion chart in our application and deterministic to buy, as soon as it available.