You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the mode : time setting for the axis takes the inputs of the array representing time x-axis, assumes they are miliseconds, and converts them into a timestamp for the xaxis ticks. However, with the mousetrack feature which hovers over graph and prints x,y values of closest datapoint to cursor, the number of miliseconds, not the time stamp is displayed, so the x,y coordinate values are not consistent with the corresponding readings along the X and Y axis - how would I fix it so mousetrack output reflects the timestamp?
The text was updated successfully, but these errors were encountered:
So the mode : time setting for the axis takes the inputs of the array representing time x-axis, assumes they are miliseconds, and converts them into a timestamp for the xaxis ticks. However, with the mousetrack feature which hovers over graph and prints x,y values of closest datapoint to cursor, the number of miliseconds, not the time stamp is displayed, so the x,y coordinate values are not consistent with the corresponding readings along the X and Y axis - how would I fix it so mousetrack output reflects the timestamp?
The text was updated successfully, but these errors were encountered: