Skip to content

Interactivity of Shapes #904

@czhang03

Description

@czhang03

Hi, our application requires to plot the word frequency in the a text corpus, and in order to give user a better understanding of the text, we need to place a visual marker on the start of each chapter in the graph.

The first thought we had is to use Plotly shape to graph the marker as vertical straight line. But Plotly shapes does not have the ability to be interactive like the traces. For example: when you hover over a trace you will see the trace's name and the trace's x-y coordinate; and when you click the label of the trace, all the other trace will be hidden.

Is there anyway we can add interaction to plotly shapes? Or is there an better alternative than plotly shape that we can use to solve our problem?

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