Skip to content

Hoverinfo doesn't work with plot_geo #1127

Closed
@bcdunbar

Description

@bcdunbar

hoverinfo doesn't work when used with plot_geo(). If hoverinfo is omitted, default hoveinfo works.

df <-read.csv('https://raw.githubusercontent.com/plotly/datasets/master/2011_february_us_airport_traffic.csv')

# doesn't work
p <- plot_geo(df, lat=~lat, lon=~long, hoverinfo='x')
 
# works with no console errors
p <- plot_geo(df, lat=~lat, lon=~long)

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