Skip to content

Commit

Permalink
updated ApexCharts.js to 3.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed May 13, 2024
1 parent 3a3a103 commit 7e41893
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.1.9300
Version: 0.4.1.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.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).



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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/htmlwidgets/apexcharter.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* ApexCharts v3.48.0
* ApexCharts v3.49.1
* (c) 2018-2024 ApexCharts
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"webpack-merge": "^5.8.0"
},
"dependencies": {
"apexcharts": "^3.48.0",
"apexcharts": "^3.49.1",
"d3-format": "^3.0.1"
}
}

0 comments on commit 7e41893

Please sign in to comment.