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
In the example I have two traces. The second one has time points that precede the first trace. These extra time points get appended to the axis instead of being prepended like I was expecting.
I can work around this issue by first checking which trace has the earliest timestamps. I would rather not need to check for this if possible, thanks!
The text was updated successfully, but these errors were encountered:
demo:
https://codepen.io/anon/pen/dOeWBw?editors=0010
In the example I have two traces. The second one has time points that precede the first trace. These extra time points get appended to the axis instead of being prepended like I was expecting.
I can work around this issue by first checking which trace has the earliest timestamps. I would rather not need to check for this if possible, thanks!
The text was updated successfully, but these errors were encountered: