updated apexcharts to 3.36.3

This commit is contained in:
pvictor 2022-11-09 09:51:05 +01:00
parent d0d234baee
commit f50e0064c2
6 changed files with 13 additions and 15 deletions

View File

@ -1,5 +1,5 @@
Package: apexcharter
Version: 0.3.1.9100
Version: 0.3.1.9200
Title: Create Interactive Chart with the JavaScript 'ApexCharts' Library
Description: Provides an 'htmlwidgets' interface to 'apexcharts.js'.
'Apexcharts' is a modern JavaScript charting library to build interactive charts and visualizations with simple API.
@ -28,7 +28,7 @@ Suggests:
scales,
rmarkdown,
covr
RoxygenNote: 7.1.2
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
URL: https://github.com/dreamRs/apexcharter, https://dreamrs.github.io/apexcharter/
BugReports: https://github.com/dreamRs/apexcharter/issues

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*!
* ApexCharts v3.36.0
* ApexCharts v3.36.2
* (c) 2018-2022 ApexCharts
* Released under the MIT License.
*/

View File

@ -43,9 +43,7 @@ use \code{\link[=config_update]{config_update()}} for more control.}
\item{serie_name}{Name for the serie displayed in tooltip,
only used for single serie.}
\item{width}{A numeric input in pixels.}
\item{height}{A numeric input in pixels.}
\item{width, height}{A numeric input in pixels.}
\item{elementId}{Use an explicit element ID for the widget.}
}

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"apexcharts": "^3.36.0",
"apexcharts": "^3.36.3",
"d3-format": "^3.0.1"
},
"devDependencies": {
@ -308,9 +308,9 @@
}
},
"node_modules/apexcharts": {
"version": "3.36.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.36.0.tgz",
"integrity": "sha512-9r7M/SOfnYS1g4G1gmRRgeIN1Oj+ct1S0G6PpMPPD3F4jGHgWl5EzxqvoQkk3vpTxN8MbZB5ZHWIAQvPuFiA+w==",
"version": "3.36.3",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.36.3.tgz",
"integrity": "sha512-8/FXEs0ohXMff07Gv28XjhPwEJphIUdq2/wii/pcvi54Tw6z1mjrV8ydN8rlWi/ve8BAPBefJkLmRWv7UOBsLw==",
"dependencies": {
"svg.draggable.js": "^2.2.2",
"svg.easing.js": "^2.0.0",
@ -1912,9 +1912,9 @@
"requires": {}
},
"apexcharts": {
"version": "3.36.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.36.0.tgz",
"integrity": "sha512-9r7M/SOfnYS1g4G1gmRRgeIN1Oj+ct1S0G6PpMPPD3F4jGHgWl5EzxqvoQkk3vpTxN8MbZB5ZHWIAQvPuFiA+w==",
"version": "3.36.3",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.36.3.tgz",
"integrity": "sha512-8/FXEs0ohXMff07Gv28XjhPwEJphIUdq2/wii/pcvi54Tw6z1mjrV8ydN8rlWi/ve8BAPBefJkLmRWv7UOBsLw==",
"requires": {
"svg.draggable.js": "^2.2.2",
"svg.easing.js": "^2.0.0",

View File

@ -35,7 +35,7 @@
"webpack-merge": "^5.8.0"
},
"dependencies": {
"apexcharts": "^3.36.0",
"apexcharts": "^3.36.3",
"d3-format": "^3.0.1"
}
}