Skip to content

animated ggplotly bar chart does not work anymore #1544

Open
@stla

Description

@stla

Hello,

library(plotly)
p <- mtcars %>% ggplot(aes(x = mpg, y = cyl, frame = hp)) + geom_bar(stat = "identity")
ggplotly(p)

This throws an error: Error in -data$group: invalid argument to unary operator. I'm using the latest versions of the packages, and R 3-5-3.

Previously that worked: I have tried with R 3-3-2, ggplot2 2-2-1 and plotly 4-6-0, and this works.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions