Skip to content

Cartesian plot with 'hoverinfo': 'text' or 'y+text' and 'hovermode': 'x' does not show hover text #43

Closed
@etpinard

Description

@etpinard

e.g.

Plotly.plot(Tabs.fresh(), [
    {
        x: [1, 2, 3],
        y: [10, 30, 15],
        text: ['one', 'two', 'three'],
        name: 'first trace',
        hoverinfo: 'text'
    }],
    {
        hovermode: 'x'
    }
);

Metadata

Metadata

Assignees

Labels

bugsomething broken

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions