Skip to content

Commit 559381b

Browse files
committed
bump version; update news
1 parent 3bf2266 commit 559381b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-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: 2.0.13
3+
Version: 2.0.14
44
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
55
email = "[email protected]"),
66
person("Chris", "Parmer", role = c("aut", "cph"),

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.0.14 -- 13 Dec 2015
2+
3+
Fix #212
4+
15
2.0.13 -- 12 Dec 2015
26

37
Fix #286

R/trace_generation.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ layer2traces <- function(l, d, misc) {
294294
s <- no.sort[[tr.i]]$sort
295295
no.sort[[tr.i]]$showlegend <-
296296
if (is.numeric(s)) {
297-
if (all(s %in% Inf)){
297+
if (s == Inf){
298298
FALSE
299299
} else {
300300
TRUE

0 commit comments

Comments
 (0)