imgui-plot
imgui-plot copied to clipboard
When using multi-plots, show all values in the tooltip
Right now you can only see the y-value of the first source in the tooltip.
Perhaps PlotStatus should be an optional out structure which would include information about hovered element, so the code can submit their own custom tooltips?
That's a nice idea, thanks!