You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,13 @@
27
27
28
28
## BUG FIXES
29
29
30
+
31
+
* Placement of bars (in all cases, even when representing a negative count) should now be correct (applies to `geom_bar()`, `geom_histogram()`, `geom_col()`). Fixes #560, #874, #901, #831.
32
+
* Fix for hoverinfo displaying the heights of bars in the translation `geom_bar()` via `ggplotly()`. Fixes #557 and #662.
30
33
*`embed_notebook()` now works in *nteract* notebooks (see #768).
31
34
* Axis categories are no longer reordered for matrices (see #863).
32
-
* Fix for hoverinfo displaying the heights of bars in the translation `geom_bar()` via `ggplotly()`. Fixes #557 and #662.
33
-
* Fix for hoverinfo displaying values after scale transformations. Fixes #804.
34
-
* Font faces for axis titles are now translated in `ggplotly()`. Fixes #861.
35
+
* Fix for hoverinfo displaying values after scale transformations (in `ggplotly()`). Fixes #804.
36
+
* Font faces for axis titles are now translated (in `ggplotly()`). Fixes #861.
0 commit comments