Skip to content

Commit 35d4f93

Browse files
committed
Updated @visactor/vchart to 2.0.12
1 parent c0b44da commit 35d4f93

File tree

7 files changed

+83
-119
lines changed

7 files changed

+83
-119
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: vchartr
22
Title: Interactive Charts with the 'JavaScript' 'VChart' Library
3-
Version: 0.1.4.9100
3+
Version: 0.1.4.9200
44
Authors@R: c(
55
person("Victor", "Perrier", email = "victor.perrier@dreamrs.fr", role = c("aut", "cre")),
66
person("Fanny", "Meyer", role = "aut"))
@@ -10,7 +10,7 @@ Description: Provides an 'htmlwidgets' interface to 'VChart.js'.
1010
License: MIT + file LICENSE
1111
Encoding: UTF-8
1212
Roxygen: list(markdown = TRUE)
13-
RoxygenNote: 7.3.2
13+
RoxygenNote: 7.3.3
1414
Imports:
1515
ggplot2,
1616
htmlwidgets,

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vchartr 0.1.5
22

3-
* Updated @visactor/vchart to 2.0.2 (https://github.com/VisActor/VChart/releases).
3+
* Updated @visactor/vchart to 2.0.12 (https://github.com/VisActor/VChart/releases).
44

55

66
# vchartr 0.1.4

inst/htmlwidgets/vchart.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/v_hist.Rd

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

man/v_smooth.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Victor PERRIER",
1515
"license": "MIT",
1616
"devDependencies": {
17-
"@visactor/vchart": "^2.0.2",
17+
"@visactor/vchart": "^2.0.12",
1818
"@visactor/vchart-theme": "^1.11.6",
1919
"css-loader": "^7.1.2",
2020
"d3-format": "^3.1.0",

0 commit comments

Comments
 (0)