Skip to content

Commit dd3b1da

Browse files
committed
upgrade to plotlyjs 1.1.1. Fixes #319
1 parent 6053d9b commit dd3b1da

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
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.5
3+
Version: 2.0.6
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.6 -- 2 Dec 2015
2+
3+
Upgrade to plotlyjs 1.1.1. Fixes #319.
4+
15
2.0.5 -- 1 Dec 2015
26

37
Fix for legend names. See #236.

inst/htmlwidgets/lib/plotlyjs/plotly-latest.min.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/htmlwidgets/plotly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies:
22
- name: plotlyjs
3-
version: 1.1.0
3+
version: 1.1.1
44
src: "htmlwidgets/lib/plotlyjs"
55
script: plotly-latest.min.js

0 commit comments

Comments
 (0)