Skip to content

Hover events not working #13

@st1nkata9

Description

@st1nkata9

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions