Skip to content

Commit

Permalink
Updated ApexCharts.js to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Jan 22, 2025
1 parent b6ab52a commit c106018
Show file tree
Hide file tree
Showing 7 changed files with 518 additions and 618 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: apexcharter
Version: 0.4.4.9300
Version: 0.4.4.9400
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.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apexcharter 0.4.5
==================

* Updated ApexCharts.js to 4.3.0 (see https://github.com/apexcharts/apexcharts.js/releases).
* Updated ApexCharts.js to 4.4.0 (see https://github.com/apexcharts/apexcharts.js/releases).



Expand Down
2 changes: 1 addition & 1 deletion inst/htmlwidgets/apexcharter.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions inst/htmlwidgets/apexcharter.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* ApexCharts v4.3.0
* (c) 2018-2024 ApexCharts
* ApexCharts v4.4.0
* (c) 2018-2025 ApexCharts
* Released under the MIT License.
*/

Expand Down
1,113 changes: 507 additions & 606 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"devDependencies": {
"css-loader": "^6.5.1",
"style-loader": "^3.3.1",
"webpack": "^5.94.0",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0"
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1"
},
"dependencies": {
"apexcharts": "^4.3.0",
"d3-format": "^3.0.1"
"apexcharts": "^4.4.0",
"d3-format": "^3.1.0"
}
}
3 changes: 1 addition & 2 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ var options = {
output: {
filename: "[name].js",
path: path.resolve(__dirname, JSON.parse(outputPath)),
libraryTarget: "window",
hashFunction: "xxhash64",
libraryTarget: "window"
},
externals: externals,
module: {
Expand Down

0 comments on commit c106018

Please sign in to comment.