moritz / svg-plot

Various plot types with SVG output, with Perl 6
Artistic License 2.0
13 stars 5 forks source link

Option to hover over the points (or anywhere in the graph) and see the x/y coordinates #18

Open MasterDuke17 opened 8 years ago

Xliff commented 6 years ago

Is this the same as #15?

MasterDuke17 commented 6 years ago

No, #15 is about putting a circle, or X, or box or something like that at the data points (I think). This is about showing a tooltip or something like that with the coordinates on the graph of where the mouse pointer is.