Skip to content

Commit 3e83136

Browse files
committed
bump version; update news
1 parent acb9c60 commit 3e83136

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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.2.1
3+
Version: 3.3.1
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
3.3.1 -- 10 Mar 2015
2+
3+
BUGFIX:
4+
5+
* Redundant legend entries are no longer shown.
6+
17
3.2.1 -- 10 Mar 2015
28

39
BUGFIX:

R/ggplotly.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,6 @@ gg2list <- function(p, width = NULL, height = NULL, mapping = "all", source = "A
585585
hashes <- vapply(traces, function(x) digest::digest(x[names(x) %in% props]), character(1))
586586
modes <- vapply(traces, function(x) x$mode %||% "", character(1))
587587
nhashes <- length(unique(hashes))
588-
browser()
589588
if (nhashes < length(traces)) {
590589
mergedTraces <- vector("list", nhashes)
591590
for (i in unique(hashes)) {

0 commit comments

Comments
 (0)