Skip to content

Commit

Permalink
updated apexcharts to 3.49.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Jun 26, 2024
1 parent 9ebabd7 commit 82bd4fe
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 13 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
apexcharter 0.4.4
==================

* Updated ApexCharts.js to 3.49.2 (see https://github.com/apexcharts/apexcharts.js/releases).
* `ax_facet_wrap`: fixed a bug generating CSS grid when using an xaxis title.



apexcharter 0.4.3
==================

Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## Test environments
* local Ubuntu 22.04 install, R 4.2.2
* ubuntu 22.04, Windows 10, macOS (on GitHub Actions), R 4.2.2
* local Ubuntu 22.04 install, R 4.3.2
* ubuntu 22.04, Windows 10, macOS (on GitHub Actions), R 4.4.1
* win-builder (devel and release)

## R CMD check results

0 errors | 0 warnings | 0 note

Updated JavaScript dependencies and new features.
Updated JavaScript dependencies and fixed bugs.
Thank you!

Victor
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.49.1
* ApexCharts v3.49.2
* (c) 2018-2024 ApexCharts
* Released under the MIT License.
*/
Expand Down
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.49.1",
"apexcharts": "^3.49.2",
"d3-format": "^3.0.1"
}
}

0 comments on commit 82bd4fe

Please sign in to comment.