Skip to content

Commit e0c0c22

Browse files
committed
bump version; update news
1 parent c755a44 commit e0c0c22

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: plotly
22
Title: Create Interactive Web Graphics via 'plotly.js'
3-
Version: 4.0.2
3+
Version: 4.1.0
44
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
55
email = "[email protected]"),
66
person("Chris", "Parmer", role = c("aut", "cph"),

NEWS.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 4.1.0 -- 27 June 2016
2+
3+
## NEW FEATURES
4+
5+
* `ggplotly()` gains a new `originalData` argument which allows one to attach either the original (global) data, or a "scaled"/"trained" version of the data used by __ggplot2__ to draw the graph (for a quick example, `ggplotly(qplot(1:10), originalData = FALSE) %>% plotly_data()`).
6+
* Hoverinfo is now shown for fill, instead of points, for several geoms (`geom_polygon()`/`geom_hex()`/`geom_rect()`/`geom_map()`).
7+
* If `stat_identity()` is used, group domain values are preserved and displayed in hoverinfo.
8+
* New functions `hide_guides()`/`hide_legend()` were added (these work similarly to the existing `hide_colorbar()`) to simply the hiding of guides (i.e., legends/colorbars).
9+
10+
## BUG FIXES
11+
12+
* Legend titles (annotations) are no longer generated when no legend is displayed (#635, #607)
13+
* Hoverinfo is no longer displayed if no tooltip variables are present in a layer (#563).
14+
* Facets with 10 or more columns/rows should now render correctly (#640).
15+
* x-axis anchors in `facet_wrap()` should now be correct.
16+
17+
## OTHER CHANGES
18+
19+
* Upgraded to plotly.js v1.15.0 -- https://github.com/plotly/plotly.js/releases/tag/v1.15.0
20+
121
# 4.0.2 -- 25 June 2016
222

323
## BUG FIXES

0 commit comments

Comments
 (0)