surfrock66 / torque

A set of tools used with the Torque app for Android to store OBD2 data in MySQL, view GPS data from Torque on a map in real time using the Google Maps JavaScript API, plot OBD2 data in time series charts, and export the data to CSV or JSON.
Other
43 stars 23 forks source link

Automatic plot when selecting fields to compare and some other changes #51

Closed JauminaKape closed 1 year ago

JauminaKape commented 1 year ago

Both chart and summary are updated with javascript when selecting fields, to make that possible also added the hability to plot.php to print json data when called directly, moved some js code from php files to the torque utilities static file, also ported the trim without reloading and the marker on chart hover features to the google maps provider, I have to check leaflet to add those same features to it.

surfrock66 commented 1 year ago

The whole dynamic plotting is awesome.