Skip to content

frame traces need to be boxed #987

Closed
@cpsievert

Description

@cpsievert
  library(plotly)
  library(dplyr)
  
  tx <- filter(txhousing, city == "Dallas", month == 1)
  
  p <- ggplot(tx) +
    geom_point(aes(x = volume, y = sales, frame = year))
  ggplotly(p)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions