Updated ApexCharts.js to 3.37.3

This commit is contained in:
pvictor 2023-04-05 11:08:55 +02:00
parent 11c6938935
commit 70204162f4
6 changed files with 20 additions and 12 deletions

View File

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

10
NEWS.md
View File

@ -1,8 +1,16 @@
apexcharter 0.4.1
==================
* Updated ApexCharts.js to 3.37.3.
* `apex()` : added support for boxplot.
apexcharter 0.4.0
==================
* Updated ApexCharts.js to 3.36.3.
* New chart type : range area charts
* New chart type : range area charts.
* Facets: correctly manage secondary y axis.

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*!
* ApexCharts v3.37.0
* ApexCharts v3.37.3
* (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.0",
"apexcharts": "^3.37.3",
"d3-format": "^3.0.1"
},
"devDependencies": {
@ -366,9 +366,9 @@
}
},
"node_modules/apexcharts": {
"version": "3.37.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.37.0.tgz",
"integrity": "sha512-0mg1gDKUo3JG00Q//LK0jEXBS6OLjpuglqZ8ec9cqfA5oP8owopD9n5EhfARbWROb5o8GSPzFuohTJiCm2ecWw==",
"version": "3.37.3",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.37.3.tgz",
"integrity": "sha512-+rnUui9uC3Mvh9qbQxUfqBnuJ0nAJOYTp+yKnA5bVmmndKXj5X/Q+OVIxkq0Jr5ysiK200Dsg1Tuz/OUG+DEpw==",
"dependencies": {
"svg.draggable.js": "^2.2.2",
"svg.easing.js": "^2.0.0",
@ -2003,9 +2003,9 @@
"requires": {}
},
"apexcharts": {
"version": "3.37.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.37.0.tgz",
"integrity": "sha512-0mg1gDKUo3JG00Q//LK0jEXBS6OLjpuglqZ8ec9cqfA5oP8owopD9n5EhfARbWROb5o8GSPzFuohTJiCm2ecWw==",
"version": "3.37.3",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.37.3.tgz",
"integrity": "sha512-+rnUui9uC3Mvh9qbQxUfqBnuJ0nAJOYTp+yKnA5bVmmndKXj5X/Q+OVIxkq0Jr5ysiK200Dsg1Tuz/OUG+DEpw==",
"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.0",
"apexcharts": "^3.37.3",
"d3-format": "^3.0.1"
}
}