Skip to content

Commit d8d8d65

Browse files
committed
upgrade to plotlyjs 1.8.0
1 parent 9b6ddc7 commit d8d8d65

File tree

5 files changed

+48
-41
lines changed

5 files changed

+48
-41
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Rapp.history
33
*.Rhistory
44
*.RData
55
*.Rproj.user
6-
.Rproj.user
6+
*.DS_Store
77
build_site.R
8+
todo.R
89
inst/examples/*/*.html
910
inst/examples/*/rsconnect/*

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: 3.4.11
3+
Version: 3.4.12
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.4.12 -- 5 Apr 2016
2+
3+
CHANGES:
4+
5+
Upgrade to plotlyjs v1.8.0 -- https://github.com/plotly/plotly.js/releases/tag/v1.8.0
6+
17
3.4.11 -- 2 Apr 2016
28

39
BUGFIX:

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

Lines changed: 38 additions & 38 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,6 +1,6 @@
11
dependencies:
22
- name: plotlyjs
3-
version: 1.6.1
3+
version: 1.8.0
44
src: "htmlwidgets/lib/plotlyjs"
55
script: plotly-latest.min.js
66
stylesheet: plotly-htmlwidgets.css

0 commit comments

Comments
 (0)