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 a sunburst plot is expanded and then un-expanded some labels disappear. Reprex is attached below. **Labels Disappearing (RStudio Viewer)** The Escherichia coli label disappears. Also reproduced this error in...

Recently I started working with the new [shapviz](https://github.com/mayer79/shapviz) package. In particular, [the waterfall plot](https://github.com/mayer79/shapviz#waterfall-plot) was working just fine for what I needed to visualise. Unfortunately, I was unable to use...

Hi, As you see the Tooltips are translated ... ![image](https://user-images.githubusercontent.com/6429531/144743111-453cb810-bfb8-4a7c-b6a8-6a6bf08da4d1.png) But the hoover info not. The translation for this strings are in the plotly-locale-pt-br.js file. source:"origem",target:"destino" ![image](https://user-images.githubusercontent.com/6429531/144743241-a10438ab-869a-49d8-8c36-9b76130bd774.png) Any idea where...

When I plot a `geom_line()` and then add a `geom_errorbar()`, the line disappears. If I put the `geom_errorbar()` first, and then add the line, both appear. ### Reprex ``` r...

I want ggfx package for ggplot objects to be able to render with_outer_glow() when making the plot interative using plotly

When creating an animated bubble plot the bubbles in the selection set (made through highlight - plotly_click) do not resize. Example below is based on example from here https://plotly-r.com/client-side-linking.html ```r...

I am hoping to be able to apply plotly to radar charts from the ggiraphExtra package using the function ggRadar().

Hello! I want to use dynamic ticks for plots in application. With that, need not to limit the plot by x axis (i want some spaces on the borders). I...

ggplotly
difficulty: medium

When using plotly.R to produce json of a plot containing HTML, e.g. a bold tag, the closing tag's slash gets weirdly escaped, producing malformed HTML. (Somehow the Plotly FE still...

There are many use cases where a user wants to split a colour (or any other attribute) scale into multiple components. For example, if two separate *types* of data are...