v4 - add vertical line to the mouse pointer #11845
Unanswered
helderneves91
asked this question in
Q&A
Replies: 1 comment
-
You can use the croshair plugin. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, for context, I have a chart for ECG/EKG data with 12 datasets(derivations). Everything works fine and know I need to draw a vertical line to intersections points. Basically I need a vertical line to follow the mouse pointer. Can't find anything on documentation :| is this even possible?
To show the chart I use a canvas.
<canvas id="ecgChart"></canvas>
This is my js code to draw the chart.
Thanks for any guidance!
Helder
Beta Was this translation helpful? Give feedback.
All reactions