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
Not the exact time but I am unsure now how to implement this properly. We could invest time and show a popup with time and value info when the user hovers over the data point, or we could show two time stamps in the bottom part of the chart which could be confusing.
I think the popup would be a better solution but can be quite time-consuming to implement because the popup may behave wrong on the edge of the chart without special handling.
Since this issue is not very important I would postpone it and work on other more urgent issues. What do you think?
Now, after another look at the issue I have a more basic question: Why is the cursor time displayed and not the sample time? Isn't the latter more important?
I also have the feeling that implementing a pop up can become quite time consuming and I agree that we can postpone this issue. :-)
Zoom-in a little bit into the data and then you will see that the sample periods are different.
Otherwise, yes, it would make more sense to show the data point time.
So now that I remembered why we show the cursor time, it becomes clear that it is not possible to show the data point time next to the cursor time because different sample periods are possible and so we would need to display one time per sample period.
This means that only the popup solution will work and I still think that this is not so important right now.
The text was updated successfully, but these errors were encountered: