updated apexcharts to 3.49.2

This commit is contained in:
pvictor 2024-06-26 10:24:30 +02:00
parent 9ebabd7cf3
commit 82bd4fe4ae
6 changed files with 21 additions and 13 deletions

View File

@ -1,3 +1,11 @@
apexcharter 0.4.4
==================
* Updated ApexCharts.js to 3.49.2 (see https://github.com/apexcharts/apexcharts.js/releases).
* `ax_facet_wrap`: fixed a bug generating CSS grid when using an xaxis title.
apexcharter 0.4.3
==================

View File

@ -1,13 +1,13 @@
## Test environments
* local Ubuntu 22.04 install, R 4.2.2
* ubuntu 22.04, Windows 10, macOS (on GitHub Actions), R 4.2.2
* local Ubuntu 22.04 install, R 4.3.2
* ubuntu 22.04, Windows 10, macOS (on GitHub Actions), R 4.4.1
* win-builder (devel and release)
## R CMD check results
0 errors | 0 warnings | 0 note
Updated JavaScript dependencies and new features.
Updated JavaScript dependencies and fixed bugs.
Thank you!
Victor

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*!
* ApexCharts v3.49.1
* ApexCharts v3.49.2
* (c) 2018-2024 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.49.1",
"apexcharts": "^3.49.2",
"d3-format": "^3.0.1"
},
"devDependencies": {
@ -371,9 +371,9 @@
}
},
"node_modules/apexcharts": {
"version": "3.49.1",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.49.1.tgz",
"integrity": "sha512-MqGtlq/KQuO8j0BBsUJYlRG8VBctKwYdwuBtajHgHTmSgUU3Oai+8oYN/rKCXwXzrUlYA+GiMgotAIbXY2BCGw==",
"version": "3.49.2",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.49.2.tgz",
"integrity": "sha512-vBB8KgwfD9rSObA7s4kY2rU6DeaN67gTR3JN7r32ztgKVf8lKkdFQ6iUhk6oIHrV7W8PoHhr5EwKymn0z5Fz6A==",
"dependencies": {
"@yr/monotone-cubic-spline": "^1.0.3",
"svg.draggable.js": "^2.2.2",
@ -2030,9 +2030,9 @@
"requires": {}
},
"apexcharts": {
"version": "3.49.1",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.49.1.tgz",
"integrity": "sha512-MqGtlq/KQuO8j0BBsUJYlRG8VBctKwYdwuBtajHgHTmSgUU3Oai+8oYN/rKCXwXzrUlYA+GiMgotAIbXY2BCGw==",
"version": "3.49.2",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.49.2.tgz",
"integrity": "sha512-vBB8KgwfD9rSObA7s4kY2rU6DeaN67gTR3JN7r32ztgKVf8lKkdFQ6iUhk6oIHrV7W8PoHhr5EwKymn0z5Fz6A==",
"requires": {
"@yr/monotone-cubic-spline": "^1.0.3",
"svg.draggable.js": "^2.2.2",

View File

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