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
Notice how the two points are stacked one on top of each other, even though they are actually 1 hour apart
If Plotly's design decision for time zones is to display the local datetime, then I think this makes perfect sense, nice one 👍 However, I think the tooltip should give enough information to distinguish the two points, whereas currently, they both show:
datetime=Oct 25, 2020, 01:30
I would expect the bottom one to show datetime=Oct 25, 2020, 01:30 +01:00 and the top one to show datetime=Oct 25, 2020, 01:30 +00:00
The text was updated successfully, but these errors were encountered:
Say I have
and I plot
then I get
Notice how the two points are stacked one on top of each other, even though they are actually 1 hour apart
If Plotly's design decision for time zones is to display the local datetime, then I think this makes perfect sense, nice one 👍 However, I think the tooltip should give enough information to distinguish the two points, whereas currently, they both show:
I would expect the bottom one to show
datetime=Oct 25, 2020, 01:30 +01:00
and the top one to showdatetime=Oct 25, 2020, 01:30 +00:00
The text was updated successfully, but these errors were encountered: