Sign in to follow this  
yogin.k.patel@gmail.com

Flex - Multiseries Column Chart error when number of label exceeds #58

Recommended Posts

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.

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello :D,

 

 

 

We are really excited to announce the release of FusionCharts for Flex v1.1 featuring the following:

 

 

 

- 12 new chart types: 7 new gauges including Angular gauge, LED gauge and Linear gauge, Spark chart and Bullet graphs have been added.

 

- All the gauges can fetch data in real-time and come with alert managers and message loggers.

 

- All the charts and gauges can now be natively exported as images and PDFs.

 

- The data for all the charts can be exported as CSV.

 

- Data sets can now have custom text labels instead of numeric values.

 

- The charts can handle a lot more events to help you manipulate them better.

 

- Trendlines can also have custom tool-text.

 

- Custom color palettes can be defined for the data plots.

 

 

 

Learn more about it from www.fusioncharts.com/flex. and learn what's new in FusionCharts for Flex from http://www.fusioncharts.com/flex/VersionHistory.asp.

 

 

 

Existing customers can upgrade to the new version from www.fusioncharts.com/PUC.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this