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

Implemented `to_basic` methods that handle the output of `fabletools:autoplot.fbl_ts` and Added tests ```r library(dplyr) library(forecast) library(tsibble) data % filter(Region == "Melbourne") %>% `[`(, c("Quarter", "Trips", "Region")) %>% distinct(Quarter, .keep_all =...

`RColorBrewer::brewer.pal()` throws an (in this case) unnecessary warning if the output plot requires less than 2 colors. This is an easy fix, and does not change the workings of the...

This PR adds a `modeBarButtonsToKeep `argument to the configuration options and closes #1740 .

This PR adds support for `ggalt::geom_dumbbell` and closes #1454 . - The implementation follows `ggalt::GeomDumbbell`. - Tooltips only show up if hovering over the points and differ for the left...

To be merged after #1695