I am a beginner at all things coding but need some help with Fusion Charts if anyone can help.
I have followed along with tutorials already for Fusion Charts linking it to MySQL database and displaying a chart with no issues.
However, I would like to display a time-series chart, which uses FusionTime. This requires the data to be in a Datatable. " FusionTime accepts data in rows and columns as a Datatable".
I cannot find any examples online for taking SQL data and converting into a datatable with data and schema which it seems to require. This is different from the way fusioncharts works.
https://www.fusioncharts.com/dev/fusiontime/getting-started/create-your-first-chart-in-fusiontime
My SQL database contains many tables and many columns within it, so will need to select the appropriate column to display.
I would appreciate any advice anyone can provide. The main problem is I don't know how to get the SQL database into a data and schema file to display with fusiontime. This is to display on a webpage hosted locally.
Many thanks for any time you can provide to help with this