Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
plotly 4.11.0 source code.tar.gz | 2025-06-19 | 4.6 MB | |
plotly 4.11.0 source code.zip | 2025-06-19 | 5.2 MB | |
README.md | 2025-06-19 | 565 Bytes | |
Totals: 3 Items | 9.9 MB | 5 |
New features
ggplotly()
now supports the{ggridges}
package. (#2314)
Improvements
- Various updates to
ggplotly()
to better support recent versions of ggplot2. (#2315, [#2368], [#2442], thanks @teunbrand).
Bug fixes
- Closed [#2337]: Creating a new
event_data()
handler no longer causes a spurious reactive update of existingevent_data()
s. (#2339) - Closed [#2376]: Removes errant boxmode warning for grouped boxplot. (#2396)
- Closed [#2392]: Trivial warning about RColorBrewer minimal n value is no longer thrown (#1999)