geom_GeomDumbbell() has yet to be implemented in plotly
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
- Issue type
- Feature
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- r
- Domain
- data-visualization
Research direction
Start at plotly::ggplotly and trace how the provided ggalt::geom_dumbbell example is handled. Compare the interactive output with the original static plot, and consider the work complete when the dumbbell geometry and its confidence intervals render interactively with the shown aesthetics.
Written by the indexing model from the issue text.
Description
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
interactive version with plotly
- Dominant language
- R
- Stars
- 2.7k
- Forks
- 641
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from plotly/plotly.R
-
Difficulty 2/5 1-3 hours Newbie friendliness 62/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 3/5 1-2 days Newbie friendliness 68/100
-
Difficulty 3/5 1-2 days Newbie friendliness 72/100
-
save_image Error Open
Difficulty 3/5 1-2 days Newbie friendliness 52/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
easystats/performance#950 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
briandconnelly/airnow#9 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
OHDSI/CohortConstructor#774 ·