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

When linking plots using {crosstalk}, running `selectionHandle.clear()` from another (non-plotly) visual causes the following error to appear in the console and the selection in the plotly visual is not cleared:...

I'd like to create a legend having text over a point as in the ggplot2 example below. How can I replicate this with plotly. Doesn't need to be a nice...

When plotting a grouped bar chart with variable opacity with data in a data.frame, the opacity assigned to each column is not the one specified in the data.frame. In the...

bug
priority: high

When I plot my graph using ggplotly I obtain exactly the graph I want: ![image](https://user-images.githubusercontent.com/101200873/162736112-d56f6b5d-3d14-454f-b1d9-2e9d795af7fc.png) but, when I apply ggplot**ly** to it, I get a total different and inconvienent graph:...

Custom date [tickformat](https://plotly.com/r/reference/layout/xaxis/#layout-xaxis-tickformat) does not respect the newline character `\n` and automatically replaces it by a break-tag ``. This has the consequence that values after the specified newline get repeated...

There seems to be a lot of variations regarding the format in which the `customdata` is structured. Showcase: ```r library(plotly) library(htmlwidgets) js

--- The app below fails to render any of its outputs when I try to run it; the error message in my web browser's console says `Uncaught ReferenceError: Plotly is...

save_image relies on the miniconda installation (per the documentation, save_image(...) 'Installation' section). This currently fails on Linux aarch64 devices due to an unresolved issue with conda support on that hardware...

I am trying to use a custom font with plotly but it does not work althoug it does work with ggplot. Is there a way to solve this? You can...

The `height` and `width` parameters of `geom_tile` are not being taken into account when converted to `ggplotly`, as shown in the example below. ```r library(plotly) X