Hi,
is possible to sync two chart?
in this jsFiddle(http://jsfiddle.net/wq90L2du/6/) there are my two chart.
Use this JSON for populate the chart https://file.io/v6ewcb
The first chart is the track of bike’s GPS and the second chart is all data of the bike(accelleration, brake, etc).
In all single point of the second chart there are the relative latitude and longitude.
I must sync the second chart with the first. When the user focus in the second chart i will trigger the relative position in the first chart.
known the AxisX and AxisY of the first graph is it possible to display the point?
I am aware that the GPS chart is not a mathematic graph.