Updated ApexCharts.js to 3.35.0

This commit is contained in:
pvictor 2022-04-02 18:34:43 +02:00
parent 7a959cb461
commit bc22af7e0c
No known key found for this signature in database
GPG Key ID: 31124C9F3F9268B8
7 changed files with 19 additions and 11 deletions

View File

@ -21,3 +21,4 @@
^webpack\.dev\.js$ ^webpack\.dev\.js$
^webpack\.prod\.js$ ^webpack\.prod\.js$
^webpack\.common\.js$ ^webpack\.common\.js$
^CRAN-SUBMISSION$

View File

@ -1,5 +1,5 @@
Package: apexcharter Package: apexcharter
Version: 0.3.1 Version: 0.3.1.9000
Title: Create Interactive Chart with the JavaScript 'ApexCharts' Library Title: Create Interactive Chart with the JavaScript 'ApexCharts' Library
Description: Provides an 'htmlwidgets' interface to 'apexcharts.js'. Description: Provides an 'htmlwidgets' interface to 'apexcharts.js'.
'Apexcharts' is a modern JavaScript charting library to build interactive charts and visualizations with simple API. 'Apexcharts' is a modern JavaScript charting library to build interactive charts and visualizations with simple API.

View File

@ -1,3 +1,10 @@
apexcharter (unreleased)
==================
* Updated ApexCharts.js to 3.35.0
apexcharter 0.3.1 apexcharter 0.3.1
================== ==================

File diff suppressed because one or more lines are too long

View File

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

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"apexcharts": "^3.33.1", "apexcharts": "^3.35.0",
"d3-format": "^3.0.1" "d3-format": "^3.0.1"
}, },
"devDependencies": { "devDependencies": {
@ -308,9 +308,9 @@
} }
}, },
"node_modules/apexcharts": { "node_modules/apexcharts": {
"version": "3.33.1", "version": "3.35.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.33.1.tgz", "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.35.0.tgz",
"integrity": "sha512-5aVzrgJefd8EH4w7oRmuOhA3+cxJxQg27cYg3ANVGvPCOB4AY3mVVNtFHRFaIq7bv8ws4GRaA9MWfzoWQw3MPQ==", "integrity": "sha512-oipJRkaxt8DPGRmn1kur6aPzML1JSpf2M3ecu+gyw+8xiNmT2C0p1uuuqPZrk+Lr2hmDxzNBPR7TvxwRl3ozgw==",
"dependencies": { "dependencies": {
"svg.draggable.js": "^2.2.2", "svg.draggable.js": "^2.2.2",
"svg.easing.js": "^2.0.0", "svg.easing.js": "^2.0.0",
@ -1912,9 +1912,9 @@
"requires": {} "requires": {}
}, },
"apexcharts": { "apexcharts": {
"version": "3.33.1", "version": "3.35.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.33.1.tgz", "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.35.0.tgz",
"integrity": "sha512-5aVzrgJefd8EH4w7oRmuOhA3+cxJxQg27cYg3ANVGvPCOB4AY3mVVNtFHRFaIq7bv8ws4GRaA9MWfzoWQw3MPQ==", "integrity": "sha512-oipJRkaxt8DPGRmn1kur6aPzML1JSpf2M3ecu+gyw+8xiNmT2C0p1uuuqPZrk+Lr2hmDxzNBPR7TvxwRl3ozgw==",
"requires": { "requires": {
"svg.draggable.js": "^2.2.2", "svg.draggable.js": "^2.2.2",
"svg.easing.js": "^2.0.0", "svg.easing.js": "^2.0.0",

View File

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