epezent / implot

Immediate Mode Plotting
MIT License
4.65k stars 517 forks source link

Mouse Text for dates shows double. #378

Closed MarkusWende closed 2 years ago

MarkusWende commented 2 years ago

Since ImPlotAxisFlags_Time is removed I noticed, that the mouse position text for dates is not showing the date but the double.

Screenshot 2022-07-07 111217

epezent commented 2 years ago

Hey! Sorry about that; noticed this a few days ago as well. Our formatting internals changed quite a bit recently, and this issue got overlooked . I've pushed a temporary fix in https://github.com/epezent/implot/commit/1fed5c2c193729e224f05c12d954c0507e4cf7b0, but I'm going to leave this issue open as a reminder that we need a better design to handle time formatted mouse text.