Sign in to follow this  
leva

MY XML problem

Recommended Posts

Dear Friend,

 

 

 

Would you please take a look at my XML document? It is written to draw multiple line chart!

 

I recieve "No data to display"

 

CODE line:

 

[p]FCLiteral.Text = FusionCharts.RenderChartHTML("../../../FusionCharts/FCF_Line.swf",

 

"../../../Admin/csvImporter/Confirm/xmlEnteranceAvgChart.xml", "",

 

"myFirst", "600", "300", false);[/p]

 

 

 

XML FILE:

 

IS ATTACHED ! Unable to write here! sorry :)

xmlEnteranceAvgChart.xml

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

You are using a Multi-Series XML but using FCF_Line.swf which is a single series chart. Hence, you are receiving the "No data to display" message.

Please use FCF_MSLine.swf instead of FCF_Line.swf.

Hope this helps. :)

Share this post


Link to post
Share on other sites

Thank you so much :P It is a great help. sorry I'm very new in fusion charting! :)

 

 

 

Another question is that how can i have Y numbering like:"...2/ 2.1 / 2.2/ .... 3.9/ 4 "

 

?

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

You are most welcome. :)

 

To achieve the y-axis numbering in this manner you can choose to use the numDivLines atrribute in the chart element.

In your XML if you set numDivLines='40' in the <graph> element, you will get the desired effect. However, since the density of divisinal lines will increase the chart might look clumsy. You can then opt to hide the divisional lines set divLineAlpha='0' in the <graph> element.

Hope this helps. :P

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