|
1 | 1 | # 4.10.2.9000
|
2 | 2 |
|
| 3 | +## Bug fixes |
| 4 | + |
| 5 | +* Closed #1947: `ggplotly()` now correctly handles `geom_vline`/`geom_hline` with empty data. Previously, if `geom_vline`/`geom_hline` was passed an empty data frame, it would result in an error. The plot is drawn even if no lines are found; this is the same behavior as `ggplot2`. |
3 | 6 |
|
4 | 7 | # 4.10.2
|
5 | 8 |
|
|
19 | 22 | * Closed #2208: `ggplotly()` no longer errors given a `geom_area()` with 1 or less data points (error introduced by new behavior in ggplot2 v3.4.0). (#2209)
|
20 | 23 | * Closed #2220: `ggplotly()` no longer errors on `stat_summary(geom = "crossbar")`. (#2222)
|
21 | 24 | * Closed #2212: `ggplotly()` no longer removes legends when setting guide properties via `guides(aes = guide_xxx(...))`.
|
22 | | -* Closed #1947: `ggplotly()` now correctly handles `geom_vline`/`geom_hline` with empty data. Previously, if `geom_vline`/`geom_hline` was passed an empty data frame, it would result in an error. The plot is drawn even if no lines are found; this is the same behavior as `ggplot2`. |
23 | 25 |
|
24 | 26 | # 4.10.1
|
25 | 27 |
|
|
0 commit comments