Skip to content

geom_GeomDumbbell() has yet to be implemented in plotly #2414

Open
@fgabriel1891

Description

@fgabriel1891

Would you mind adding this funcitonality?

Thanks!!


install.packages('ggalt')
library(ggalt)

 data %>%
  ggplot(aes(y = reorder(Department, median_completion, decreasing = TRUE))) +
  geom_dumbbell(aes(x = min_completion, xend = max_completion), 
                color = "gray70", size = 1.5, point.size.l = 3, point.size.r = 3) +
  geom_point(aes(x = median_completion), color = "blue", size = 3) +
  labs(y = "Department", x = "Total Percent Completion of Required Course hours") +
  theme_minimal()

plotly::ggplotly(db_plot) #fails to render the confidence intervals interactively

original static plot
Image

interactive version with plotly
Image

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