Skip to content

Commit

Permalink
Updated ApexCharts.js to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Oct 30, 2024
1 parent bf32ae6 commit 4acda56
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 179 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.9000
Version: 0.4.4.9100
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 3.54.1 (see https://github.com/apexcharts/apexcharts.js/releases).
* Updated ApexCharts.js to 4.0.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.

28 changes: 21 additions & 7 deletions inst/htmlwidgets/apexcharter.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
/*!
* ApexCharts v3.54.1
* ApexCharts v4.0.0
* (c) 2018-2024 ApexCharts
* Released under the MIT License.
*/

/*! svg.draggable.js - v2.2.2 - 2019-01-08
* https://github.com/svgdotjs/svg.draggable.js
* Copyright (c) 2019 Wout Fierens; Licensed MIT */
/*!
* @svgdotjs/svg.resize.js - An extension for svg.js which allows to resize elements which are selected
* @version 2.0.4
* https://github.com/svgdotjs/svg.resize.js
*
* @copyright [object Object]
* @license MIT
*
* BUILT: Fri Sep 13 2024 12:43:14 GMT+0200 (Central European Summer Time)
*/

/*! svg.filter.js - v2.0.2 - 2016-02-24
* https://github.com/wout/svg.filter.js
* Copyright (c) 2016 Wout Fierens; Licensed MIT */
/*!
* @svgdotjs/svg.select.js - An extension of svg.js which allows to select elements with mouse
* @version 4.0.1
* https://github.com/svgdotjs/svg.select.js
*
* @copyright Ulrich-Matthias Schäfer
* @license MIT
*
* BUILT: Mon Jul 01 2024 15:04:42 GMT+0200 (Central European Summer Time)
*/
269 changes: 101 additions & 168 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.54.1",
"apexcharts": "^4.0.0",
"d3-format": "^3.0.1"
}
}

0 comments on commit 4acda56

Please sign in to comment.