leva Report post Posted November 18, 2009 (edited) 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 November 18, 2009 by Guest Share this post Link to post Share on other sites
Guest Madhumita Report post Posted November 18, 2009 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
leva Report post Posted November 18, 2009 (edited) Thank you so much 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 November 18, 2009 by Guest Share this post Link to post Share on other sites
Guest Madhumita Report post Posted November 18, 2009 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. Share this post Link to post Share on other sites
leva Report post Posted November 18, 2009 Dear Friend, Thank you so much Leva Share this post Link to post Share on other sites
Guest Madhumita Report post Posted November 18, 2009 Hi Leva, You are most welcome. I am glad that I could help you. Share this post Link to post Share on other sites