Hello,
I tried to see your basic examples at http://docs.fusionch...icExamples.html but I found too confusing for a noob like me.
What I want is a line chart where the x-axis was time format (HH: MM: SS).
In my database, I have two columns, the collumn of time/x-axis (measurement_time) and the column of y-axis (temperature)
$ strQuery = "SELECT * FROM temperature_table";
$ result = mysql_query ($ strQuery) or die (mysql_error ());
If it were possible, would like to zoom the graph and / or scrool.
I would be very grateful if someone could help me
regards,