Updated ApexCharts.js to 3.30.0

This commit is contained in:
pvictor 2021-11-16 20:30:31 +01:00
parent ace2508e89
commit 647f4ab9c8
6 changed files with 96 additions and 1782 deletions

View File

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

View File

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

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*!
* ApexCharts v3.29.0
* ApexCharts v3.30.0
* (c) 2018-2021 ApexCharts
* Released under the MIT License.
*/

1857
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,14 +28,14 @@
},
"homepage": "https://github.com/dreamRs/apexcharter#readme",
"devDependencies": {
"css-loader": "^6.4.0",
"style-loader": "^3.3.0",
"webpack": "^5.59.0",
"css-loader": "^6.5.1",
"style-loader": "^3.3.1",
"webpack": "^5.64.1",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"apexcharts": "^3.29.0",
"apexcharts": "^3.30.0",
"d3-format": "^3.0.1"
}
}