Skip to content

Commit

Permalink
Updated ApexCharts.js to 3.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Feb 21, 2024
1 parent e68f209 commit c1560fc
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 14 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: apexcharter
Version: 0.4.1.9200
Version: 0.4.1.9300
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 Expand Up @@ -28,7 +28,7 @@ Suggests:
scales,
rmarkdown,
covr
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
URL: https://github.com/dreamRs/apexcharter, https://dreamrs.github.io/apexcharter/
BugReports: https://github.com/dreamRs/apexcharter/issues
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.45.0.
* Updated ApexCharts.js to 3.46.0.



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 v3.45.0
* (c) 2018-2023 ApexCharts
* ApexCharts v3.46.0
* (c) 2018-2024 ApexCharts
* Released under the MIT License.
*/

Expand Down
10 changes: 10 additions & 0 deletions man/apexcharter-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.45.0",
"apexcharts": "^3.46.0",
"d3-format": "^3.0.1"
}
}

0 comments on commit c1560fc

Please sign in to comment.