MT_MANC Report post Posted May 26, 2015 Does this new method of providing the data for a chart require the HTML table to be actually specified in the HTML code above where the Chart is rendered ? Or can the HTML table simply pre-exist at an external location ? In which case, how would this external HMTL table data source be referenced in the code ? Share this post Link to post Share on other sites
Vishalika Report post Posted June 1, 2015 Hi, Using FusionChartsv3.7 jQuery plugin you can render the chart using the HTML table data. Refer this link for the same: http://www.fusioncharts.com/dev/usage-guide/using-with-javascript-libraries/jquery/rendering-charts-from-html-tables.html Hope this helps. Share this post Link to post Share on other sites
MT_MANC Report post Posted June 1, 2015 Thanks - Yes I realise this & have already read this link But can an external .html file (the data table) be referenced via a URL as the chart data source for the convertToFusionCharts method ? Or does the HTML table have to be coded into the HTML page itself (above where the chart renders) for this method to work ? If the former, any example coding of how exactly to reference the .HTML table data file ? Most kind Share this post Link to post Share on other sites
Vishalika Report post Posted June 2, 2015 (edited) Hi, The external .html file will not help you to render the charts. You have to follow the way as referred in the link shared. Hope this helps. Edited June 2, 2015 by Vishalika Share this post Link to post Share on other sites