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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm trying to figure out why my tooltip time doesn't match my x-axis time.
You will notice that there is no 01:00 on the axis.
The time in the tooltip is the correct one.
Config for the x axis:
xaxis: { type: 'datetime', title: { text: 'Time' }, labels : { hideOverlappingLabels: true, datetimeUTC: true, datetimeFormatter: { year: 'yyyy', month: 'MMM \'yy', day: 'dd/MM', hour: 'HH:mm' }, }, }
Does anyone have any idea how I can fix this?
Beta Was this translation helpful? Give feedback.
All reactions