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
when I hover directly on some of the points it's correct, but in general it's too far to the left. This doesn't happen when I use just the first trace, and when I set xperiod to e.g. M1.
The text was updated successfully, but these errors were encountered:
The behavior is not yet right. Two things are going wrong:
For the last data point only the hover label of a single trace is shown. (Yen)
The values for all other traces are shifted and are not shown correctly. (e.g. the third data point for US Dollar should be the value 6, but instead the hover label shows the value 8)
Discussing this in another channel, @Djeramon and others with similar setups are seeing this problem on Windows 10 using either Chrome or Edge. But my own testing, whether on Windows or Mac and regardless of browser, is behaving correctly. So there's some aspect of the environment affecting this, but we haven't yet figured out what it is. If anyone else is seeing this and can shed more light on its cause, please do!
In this pen the hover labels positioning is quite broken: https://codepen.io/nicolaskruchten/pen/gOWgpEx?editors=0010
when I hover directly on some of the points it's correct, but in general it's too far to the left. This doesn't happen when I use just the first trace, and when I set
xperiod
to e.g. M1.The text was updated successfully, but these errors were encountered: