updated Apexcharts to 3.20.0

This commit is contained in:
pvictor 2020-08-03 10:07:15 +02:00
parent 7a20be6e20
commit 3bd31007f5
4 changed files with 18 additions and 4 deletions

View File

@ -27,7 +27,7 @@ Suggests:
knitr,
scales,
rmarkdown
RoxygenNote: 7.1.0
RoxygenNote: 7.1.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.1.6
==================
* Updated ApexCharts.js to 3.19.3
* Updated ApexCharts.js to 3.20.0
* New functions `add_line()` and `add_smooth_line()` to add simple or trend line on charts (scatter & bars).
* New Shiny input: export, to retrieve chart's base64 dataURI.

View File

@ -1,7 +1,7 @@
dependencies:
- name: apexcharts
version: 3.19.3
src: htmlwidgets/lib/apexcharts-3.19
version: 3.20.0
src: htmlwidgets/lib/apexcharts-3.20
script: apexcharts.min.js
- name: apexcharter-css
version: 0.1.0

File diff suppressed because one or more lines are too long