Updated ApexCharts.js to 3.46.0

This commit is contained in:
pvictor 2024-02-21 11:50:04 +01:00
parent e68f20930c
commit c1560fc9c5
7 changed files with 24 additions and 14 deletions

View File

@ -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.
@ -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

View File

@ -1,7 +1,7 @@
apexcharter 0.4.2
==================
* Updated ApexCharts.js to 3.45.0.
* Updated ApexCharts.js to 3.46.0.

File diff suppressed because one or more lines are too long

View File

@ -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.
*/

View File

@ -2,12 +2,22 @@
% Please edit documentation in R/apexcharter-package.R
\docType{package}
\name{apexcharter-package}
\alias{apexcharter}
\alias{apexcharter-package}
\title{An \code{htmlwidget} interface to the
ApexCharts javascript chart library}
\description{
This package allow you to use ApexCharts.js (\url{https://apexcharts.com/}),
to create interactive and modern SVG charts.
}
\seealso{
Useful links:
\itemize{
\item \url{https://github.com/dreamRs/apexcharter}
\item \url{https://dreamrs.github.io/apexcharter/}
\item Report bugs at \url{https://github.com/dreamRs/apexcharter/issues}
}
}
\author{
Victor Perrier (@dreamRs_fr)

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"apexcharts": "^3.45.0",
"apexcharts": "^3.46.0",
"d3-format": "^3.0.1"
},
"devDependencies": {
@ -371,9 +371,9 @@
}
},
"node_modules/apexcharts": {
"version": "3.45.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.45.0.tgz",
"integrity": "sha512-o+XI4ysvKtt+l+bGbk19s6Y2gFes/7LRLMAonDgcapz4frS0vzTfXiK77QcQc30TMwPiSN9Z8Tv+CBn57x63wg==",
"version": "3.46.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.46.0.tgz",
"integrity": "sha512-ELAY6vj8JQD7QLktKasTzwm9Wt0qxqfQSo+3QWS7G7I774iK8HCkG1toGsqJH0mkK6PtYBtnSIe66uUcwoCw1w==",
"dependencies": {
"@yr/monotone-cubic-spline": "^1.0.3",
"svg.draggable.js": "^2.2.2",
@ -2030,9 +2030,9 @@
"requires": {}
},
"apexcharts": {
"version": "3.45.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.45.0.tgz",
"integrity": "sha512-o+XI4ysvKtt+l+bGbk19s6Y2gFes/7LRLMAonDgcapz4frS0vzTfXiK77QcQc30TMwPiSN9Z8Tv+CBn57x63wg==",
"version": "3.46.0",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.46.0.tgz",
"integrity": "sha512-ELAY6vj8JQD7QLktKasTzwm9Wt0qxqfQSo+3QWS7G7I774iK8HCkG1toGsqJH0mkK6PtYBtnSIe66uUcwoCw1w==",
"requires": {
"@yr/monotone-cubic-spline": "^1.0.3",
"svg.draggable.js": "^2.2.2",

View File

@ -35,7 +35,7 @@
"webpack-merge": "^5.8.0"
},
"dependencies": {
"apexcharts": "^3.45.0",
"apexcharts": "^3.46.0",
"d3-format": "^3.0.1"
}
}