Updated ApexCharts.js to 3.33.0

This commit is contained in:
pvictor 2022-01-11 16:35:30 +01:00
parent 3f1bb5048e
commit 50fac13d51
6 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
Package: apexcharter
Version: 0.3.0.9000
Version: 0.3.0.9100
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 (unreleased)
==================
* Updated ApexCharts.js to 3.31.0
* Updated ApexCharts.js to 3.33.0

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
/*!
* ApexCharts v3.31.0
* (c) 2018-2021 ApexCharts
* ApexCharts v3.33.0
* (c) 2018-2022 ApexCharts
* Released under the MIT License.
*/

6
package-lock.json generated
View File

@ -258,9 +258,9 @@
"dev": true
},
"apexcharts": {
"version": "3.31.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.31.0.tgz",
"integrity": "sha512-Ba3yl1cUW241+ogFnKD+TXU0pHCor0WsjloAAuOq4SWF99Xjny+MRlKJmPWwpJH4cGuncZ4aJVk3zMsKKcApGA==",
"version": "3.33.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.33.0.tgz",
"integrity": "sha512-gOc0qZijuomtXTThLbb0sKn+mZJkVQADyK/Zw9vQ0JjKVbMYxzek61xk40hT49i1Sq6/MUqsz0WgUXYpqqf8Mg==",
"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.31.0",
"apexcharts": "^3.33.0",
"d3-format": "^3.0.1"
}
}