Skip to content

Commit f30de84

Browse files
committed
bump version; update news
1 parent 7316914 commit f30de84

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-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's JavaScript Graphing Library
3-
Version: 3.1.0
3+
Version: 3.2.0
44
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
55
email = "cpsievert1@gmail.com"),
66
person("Chris", "Parmer", role = c("aut", "cph"),

NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
3.2.0 -- 8 Mar 2015
2+
3+
CHANGES:
4+
5+
* Legend titles no longer appear in legend entries.
6+
* Tooltips now reflect aesthetic mappings. This makes it easier to decode
7+
data values from a given visual marking.
8+
9+
NEW FEATURES:
10+
11+
* geom_violin() is now supported.
12+
* ggplotly() gains a mapping argument to control the set of aesthetics to appears in the tooltip as well as their order.
13+
114
3.1.0 -- 8 Mar 2015
215

316
CHANGES:

0 commit comments

Comments
 (0)