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 try to render time lines with datetime starting from zero. To be more precise, each line is one hour of some action and within line I visualize the change of state from 0:00:00 to 0:59:59. I think its the timezone thats giving me the trouble.
Y-axis is OK. Tooltip shows correct time after setting useUtc: true. But X-axis still shows the time offset by the timezone. I see 01h-02h, but I need 00h-01h. Is it possible to implement useUtc flag for X-axis?
The text was updated successfully, but these errors were encountered:
Hi,
I try to render time lines with datetime starting from zero. To be more precise, each line is one hour of some action and within line I visualize the change of state from 0:00:00 to 0:59:59. I think it
s the timezone that
s giving me the trouble.Y-axis is OK. Tooltip shows correct time after setting
useUtc: true
. But X-axis still shows the time offset by the timezone. I see 01h-02h, but I need 00h-01h. Is it possible to implementuseUtc
flag for X-axis?The text was updated successfully, but these errors were encountered: