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
Thanks for pointing this out! It looks like we have a timezone issue here, where the range over which to draw ticks gets shifted by the UTC time zone offset, yet the ticks we end up drawing have the correct values for where they were drawn.
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson
Scatter 3D plot suffers of multiple problems if time series to be rendered fits in window smaller than ~4 hours:
https://codepen.io/sezicz/pen/QZzjZM - single point, only axis names are displayed
https://codepen.io/sezicz/pen/KGbdpN - two points in one second, only axis names are displayed
https://codepen.io/sezicz/pen/WaLQpG - two points in one minute, plot is broken
https://codepen.io/sezicz/pen/PyXPdN - two points in one hour, z axis lables are shifted
The text was updated successfully, but these errors were encountered: