Vadivel.A Report post Posted March 21, 2021 Hi All, I am quite new to Fusioncharts. I am trying to generate some charts in my application. Everything seems to be fine but still there is no chart generated. The div I am trying to show chart in, is just a simple div with an id. When the code executes to generate the chart it only generates the span with right width and height but nothing else. I have been trying to solve this problem or at least to know the reason but i haven't been successful yet. Please refer my attached code... Thanks in advance, Vadivel Sample.html Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted March 23, 2021 Hi, strByDispXML data is missing in the sample hence "No data to display" message is shown in the canvas. If you are using JSON data refer to this demo: http://jsfiddle.net/Ln54w7ph/ If you are using XML refer to this demo: http://jsfiddle.net/7tfbegLx/ Share this post Link to post Share on other sites
Vadivel.A Report post Posted March 23, 2021 15 hours ago, Ayan Bhadury said: Hi, strByDispXML data is missing in the sample hence "No data to display" message is shown in the canvas. If you are using JSON data refer to this demo: http://jsfiddle.net/Ln54w7ph/ If you are using XML refer to this demo: http://jsfiddle.net/7tfbegLx/ Hi, Thanks so much your reference. Yes, I am using XML. I need the values fetching from database. Hence I am struggling there. I have tried this as per attached, even though I unable see any chart. It's again says, "No data to display". where did I miss & what I miss? Please advise. Thanks in advance, Vadivel Sample2.html Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted March 24, 2021 Please share the XML data that you are passing to the datasource so that I could investigate accordingly. Share this post Link to post Share on other sites
Vadivel.A Report post Posted March 24, 2021 15 hours ago, Ayan Bhadury said: Please share the XML data that you are passing to the datasource so that I could investigate accordingly. Hi, Found the issue. Now able to see the chart with values. Thanks, Vadivel Share this post Link to post Share on other sites