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
Looks like at the present distance from the unix epoch, 32-bit resolution is ~2 minutes (2^17 = 131072 msec). In 2001 we were closer to the epoch so the exponent floats down 1 and we get, ~1 minute resolution (2^16 = 65536 msec).
Date axis doesn't work in 3D scatter chart type when Hour and Month (and date) values area repeated such as,
2001-01-01 12:01:30
2001-01-01 12:01:40
The above dates work as expected in regular scatter plot.
Originally reported here https://codepen.io/brian428/pen/aVQeqv?editors=0010
Confirmed here https://codepen.io/bcd/pen/eebmRa?editors=1010
The text was updated successfully, but these errors were encountered: