Updated ApexCharts.js to 3.40.0

This commit is contained in:
pvictor 2023-05-05 10:04:44 +02:00
parent 70204162f4
commit 7705b91e88
6 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
Package: apexcharter
Version: 0.4.0.9100
Version: 0.4.0.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.

View File

@ -1,7 +1,7 @@
apexcharter 0.4.1
==================
* Updated ApexCharts.js to 3.37.3.
* Updated ApexCharts.js to 3.40.0 (new chart type: dumbbell chart).
* `apex()` : added support for boxplot.

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*!
* ApexCharts v3.37.3
* ApexCharts v3.40.0
* (c) 2018-2023 ApexCharts
* Released under the MIT License.
*/

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"apexcharts": "^3.37.3",
"apexcharts": "^3.40.0",
"d3-format": "^3.0.1"
},
"devDependencies": {
@ -366,9 +366,9 @@
}
},
"node_modules/apexcharts": {
"version": "3.37.3",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.37.3.tgz",
"integrity": "sha512-+rnUui9uC3Mvh9qbQxUfqBnuJ0nAJOYTp+yKnA5bVmmndKXj5X/Q+OVIxkq0Jr5ysiK200Dsg1Tuz/OUG+DEpw==",
"version": "3.40.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.40.0.tgz",
"integrity": "sha512-dSi3BUfCJkFd67uFp+xffrJVd3lDT7AAUUyRp0qPYiglJ76CeZLddVhM3FAk1P9GCzf8VewqGYUPCYQvXm+b9A==",
"dependencies": {
"svg.draggable.js": "^2.2.2",
"svg.easing.js": "^2.0.0",
@ -2003,9 +2003,9 @@
"requires": {}
},
"apexcharts": {
"version": "3.37.3",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.37.3.tgz",
"integrity": "sha512-+rnUui9uC3Mvh9qbQxUfqBnuJ0nAJOYTp+yKnA5bVmmndKXj5X/Q+OVIxkq0Jr5ysiK200Dsg1Tuz/OUG+DEpw==",
"version": "3.40.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.40.0.tgz",
"integrity": "sha512-dSi3BUfCJkFd67uFp+xffrJVd3lDT7AAUUyRp0qPYiglJ76CeZLddVhM3FAk1P9GCzf8VewqGYUPCYQvXm+b9A==",
"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.37.3",
"apexcharts": "^3.40.0",
"d3-format": "^3.0.1"
}
}