Hard to inspect data point values in d3 graph
Opened this issue · 1 comments
amuraru commented
Right now you need to precisely hover over the line chart point in order to get its value.
It would be much easier if the label would be activated when mouse is moving horizontally on oX axis
discogestalt commented
That's a good point, I'll see if I can find a better/easier way to highlight the points. In the meantime I did implement the ability to see all the data behind the graph and optionally download it as CSV.