-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I am trying to add a functionality to add cursors(markers) to measure the differences as a digital oscilloscope. I want to get the coordinates of the cursor when moving it(hover) on the chart/plot, but this @plotly_hover does not work.
<VuePlotly
ref="plotlyChart"
:data="chartdata"
:layout="chartLayout"
:config="chartConfig"
@plotly_hover="onHover"
></VuePlotly>
Metadata
Metadata
Assignees
Labels
No labels