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
I'm using a time type chart, the problem is that the dates do not match on the x axis.
When I stop at one point, I relate it to a totally detached one.
Current Behavior
For example, the value I have in x: "2017-09-14T15: 41: 38.518245", Relates it to x: "2017-09-14T15: 41: 38.518245"
It works as expected since you set the tooltip mode to label (deprecated), meaning the tooltip is shown for all elements at the same index. In your case, both have different x but same index (0). I guess you are expecting to interact with elements at the same x (fiddle):
Problem
I'm using a time type chart, the problem is that the dates do not match on the x axis.
When I stop at one point, I relate it to a totally detached one.
Current Behavior
For example, the value I have in
x: "2017-09-14T15: 41: 38.518245",
Relates it to
x: "2017-09-14T15: 41: 38.518245"
Jsfiddle.
https://jsfiddle.net/LilNawe/51ymx1px/
Environment
The text was updated successfully, but these errors were encountered: