updated ApexCharts.js to 3.49.1

This commit is contained in:
pvictor 2024-05-13 11:18:20 +02:00
parent 3a3a10369f
commit 7e4189366e
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
Package: apexcharter Package: apexcharter
Version: 0.4.1.9300 Version: 0.4.1.9400
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,7 +1,7 @@
apexcharter 0.4.2 apexcharter 0.4.2
================== ==================
* Updated ApexCharts.js to 3.48.0 (see https://github.com/apexcharts/apexcharts.js/releases). * Updated ApexCharts.js to 3.49.1 (see https://github.com/apexcharts/apexcharts.js/releases).

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*! /*!
* ApexCharts v3.48.0 * ApexCharts v3.49.1
* (c) 2018-2024 ApexCharts * (c) 2018-2024 ApexCharts
* Released under the MIT License. * Released under the MIT License.
*/ */

View File

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