Compare commits

...

2 Commits

Author SHA1 Message Date
pvictor 624ab8b901 update pkgdown 2024-03-09 12:00:13 +01:00
pvictor 57733add33 Updated ApexCharts.js to 3.47.0 2024-03-09 11:48:29 +01:00
6 changed files with 12 additions and 11 deletions

View File

@ -1,7 +1,7 @@
apexcharter 0.4.2 apexcharter 0.4.2
================== ==================
* Updated ApexCharts.js to 3.46.0. * Updated ApexCharts.js to 3.47.0 (see https://github.com/apexcharts/apexcharts.js/releases).

View File

@ -9,6 +9,7 @@ template:
navbar: navbar:
bg: primary bg: primary
fg: "#FFFFFF"
authors: authors:
Victor Perrier: Victor Perrier:

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*! /*!
* ApexCharts v3.46.0 * ApexCharts v3.47.0
* (c) 2018-2024 ApexCharts * (c) 2018-2024 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.46.0", "apexcharts": "^3.47.0",
"d3-format": "^3.0.1" "d3-format": "^3.0.1"
}, },
"devDependencies": { "devDependencies": {
@ -371,9 +371,9 @@
} }
}, },
"node_modules/apexcharts": { "node_modules/apexcharts": {
"version": "3.46.0", "version": "3.47.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.46.0.tgz", "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.47.0.tgz",
"integrity": "sha512-ELAY6vj8JQD7QLktKasTzwm9Wt0qxqfQSo+3QWS7G7I774iK8HCkG1toGsqJH0mkK6PtYBtnSIe66uUcwoCw1w==", "integrity": "sha512-s/fgNCA69b8lJdhI3R7Z+/Df47RPplLyHwuvttecR+aaZ3/Pm6wHYPiAGjqDNbVsMGXhuA9mcOpIYU5ZWeSdeg==",
"dependencies": { "dependencies": {
"@yr/monotone-cubic-spline": "^1.0.3", "@yr/monotone-cubic-spline": "^1.0.3",
"svg.draggable.js": "^2.2.2", "svg.draggable.js": "^2.2.2",
@ -2030,9 +2030,9 @@
"requires": {} "requires": {}
}, },
"apexcharts": { "apexcharts": {
"version": "3.46.0", "version": "3.47.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.46.0.tgz", "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.47.0.tgz",
"integrity": "sha512-ELAY6vj8JQD7QLktKasTzwm9Wt0qxqfQSo+3QWS7G7I774iK8HCkG1toGsqJH0mkK6PtYBtnSIe66uUcwoCw1w==", "integrity": "sha512-s/fgNCA69b8lJdhI3R7Z+/Df47RPplLyHwuvttecR+aaZ3/Pm6wHYPiAGjqDNbVsMGXhuA9mcOpIYU5ZWeSdeg==",
"requires": { "requires": {
"@yr/monotone-cubic-spline": "^1.0.3", "@yr/monotone-cubic-spline": "^1.0.3",
"svg.draggable.js": "^2.2.2", "svg.draggable.js": "^2.2.2",

View File

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