update apexcharts to 3.13

This commit is contained in:
pvictor 2020-01-14 10:04:31 +01:00
parent 38b648ed6d
commit 8f293c74e2
6 changed files with 34 additions and 11 deletions

View File

@ -1,5 +1,5 @@
Package: apexcharter
Version: 0.1.3
Version: 0.1.3.900
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.
@ -29,7 +29,7 @@ Suggests:
shiny,
gapminder,
highcharter
RoxygenNote: 7.0.1
RoxygenNote: 7.0.2
URL: https://github.com/dreamRs/apexcharter, https://dreamrs.github.io/apexcharter
BugReports: https://github.com/dreamRs/apexcharter/issues
VignetteBuilder: knitr

View File

@ -23,7 +23,8 @@
#' @example examples/apex.R
apex <- function(data, mapping, type = "column", ..., auto_update = TRUE, width = NULL, height = NULL, elementId = NULL) {
type <- match.arg(type, c("column", "bar", "line", "area", "spline", "area-spline",
"pie", "donut", "radialBar", "radar", "scatter", "heatmap"))
"pie", "donut", "radialBar", "radar", "scatter", "heatmap",
"rangeBar"))
data <- as.data.frame(data)
if (identical(type, "heatmap")) {
mapping <- rename_aes_heatmap(mapping)

View File

@ -1,7 +1,7 @@
dependencies:
- name: apexcharts
version: 3.10.1
src: htmlwidgets/lib/apexcharts-3.10
version: 3.13.1
src: htmlwidgets/lib/apexcharts-3.13
script: apexcharts.min.js
- name: d3-format
version: 1.4.2

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long