Sign in to follow this  
Gopinath@Fis

Passing Xml as String From Java to flex (Fusion chart)

Recommended Posts

Hi

 

 

 

Im trying to pass xml as string from java side with out storing it in a Extenal source.

 

 

 

When i run my application im getting error as

 

 

 

 

 

WARNING: Could not find dataXML or dataURL parameter. Setting empty data for the chart.

 

ERROR: No data to display. There isn't any node/element in the XML document. Please check if your dataURL is properly URL Encoded or, if XML has been correctly embedded in case of dataXML.

 

No Data to Display: No data was found in the XML data document provided. Possible cases can be:

 

There isn't any data generated by your system. If your system generates data based on parameters passed to it using dataURL, please make sure dataURL is URL Encoded.

 

You might be using a Single Series Chart .swf file instead of Multi-series .swf file and providing multi-series data or vice-versa.

 

 

 

please hep me in this

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Gopinath,

If your chart shows a "No data to display" message, it could be the following scenarios:

  • Your XML data doesn't contain any data that could be plotted by FusionCharts. In this case, your XML just contains the <chart> or <dataset> tags without any data between them.
  • You might be using a single-series chart SWF and providing data in multi-series format or vice-versa. In this case too, you'll get "No data to display" message.
  • In some Dual Y Combination charts, you need to provide atleast one data-set for both the axis. Otherwise, you'll get a "No data to display" message.

Could you please re-check the above mentioned conditions?

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

 

FusionMaps for Flex is now out of Beta.

 

We are happy to release FusionMaps for Flex v1.0 - animated, interactive and dynamic maps for your Adobe Flex Solutions.

 

FusionMaps for Flex boasts of the following:

 

* Provides over 314 maps including all continents, countries, US states, and states/counties of a lot of other countries.

* Supports dynamic-resizing.

* API for Drill-down, mouse interactivity, export etc.

* Custom Markers, shapes, connector lines.

* Works with Flex Builder 2, Flex Builder 3 and Flash Builder 4 (Flex SDK 2/3/4).

* Simple copy-paste style installation.

* Lots of code samples and extensive documentation.

 

 

You may download the beta from www.fusioncharts.com/flex/download.

 

You may see the online demos at :

www.fusioncharts.com/flex/demos/us-election/index.html or

 

www.fusioncharts.com/flex/demos/us-employment-distribution/index.html.

 

You may see all the map using our interactive Map Explorer.

 

To read more on how to use FusionMaps for Flex, you may also visit the Online Documentation at www.fusioncharts.com/flex/docs/maps.

 

Your feedback is VERY important to us and we would love to hear any suggestions, complaints, modifications, feature requests, compliments etc.

 

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