Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
etpinard opened this issue Nov 27, 2015 · 1 comment
Assignees

Comments

@etpinard
Copy link
Contributor

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'
    }
);
@cldougl cldougl changed the title Cartesian plot with 'hoverinfo': 'text' and 'hovermode': 'x' does not show hover text Cartesian plot with 'hoverinfo': 'text' or 'y+text' and 'hovermode': 'x' does not show hover text Nov 30, 2015
@cldougl cldougl mentioned this issue Dec 3, 2015
@cldougl
Copy link
Member

cldougl commented Dec 4, 2015

Done in #70

@cldougl cldougl closed this as completed Dec 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants