plotly.R icon indicating copy to clipboard operation
plotly.R copied to clipboard

An interactive graphing library for R

Results 337 plotly.R issues
Sort by recently updated
recently updated
newest added

- [ ] find a way to query default system font, perhaps similar to this -- https://github.com/r-lib/svglite/blob/dcda7d885b108ef0d8cf1dfbc16167e0914ce827/R/fonts.R#L5-L19 also https://cran.r-project.org/web/packages/svglite/vignettes/fonts.html

This change is kinda scary, but the speed improvement seems to be worth it. See, for example, https://github.com/ropensci/plotly/tree/master/inst/examples/shiny/Diamonds UPDATE: this appears to break some crosstalk+shiny use cases, such as https://github.com/cpsievert/housing-data-challenge-plotly

Note to self: this is really the only relevant part -- https://github.com/ropensci/plotly/pull/938/files#diff-bfe74656b9837557ae3edcc5e1daa831R22 May want to cherry-pick that code as merging might be a disaster

## Extensions that we'd like `ggplotly()` to support - [ ] ggraph, ggforce https://github.com/plotly/plotly.R/pull/1326 - [ ] forecast https://github.com/plotly/plotly.R/pull/2045 - [ ] `ggpubr::stat_compare_means()` (and maybe others from https://github.com/kassambara/ggpubr?) - [...

ggplotly
help wanted
good-for-first-time-contribution

I can't find a way to get the hover text to show up in a bar chart when the value of the bar is 0 or very small. The bar...

I am using the [example](https://plot.ly/ggplot2/geom_bar/#reordering-bars-shown-using-geombar) from the plotly page to generate a bar plot. I am also using `plotly devel version 4.3.4`. Here is the code: ``` library(plotly) df

bug
ggplotly
plotly.js

It drops off the keys in the legend. ``` library(dplyr) library(ggplot2) library(palmerpenguins) plot_data % group_by(sex, species) %>% summarise(middle = median(body_mass_g, na.rm = TRUE), lower = quantile(body_mass_g, probs = 0.25, na.rm...

If I do: ```r library(plotly) ay % add_lines(x = ~2:4, y = ~1:3, name = "slope of 1", yaxis = "y2") %>% layout( title = "Double Y Axis", yaxis2 =...

bug

To make something like this easier https://community.plot.ly/t/droplines-from-points-in-3d-scatterplot/4113/3

enhancement

Reported in https://github.com/rstudio/crosstalk/issues/59 ![plotly-bug](https://user-images.githubusercontent.com/1365941/45960605-2e979400-bfe2-11e8-8a55-a0e7712989b6.gif)