updated apexcharts.js to 3.20.1

This commit is contained in:
pvictor 2020-09-09 12:39:38 +02:00
parent af5670a0b0
commit 74512ce454
4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
Package: apexcharter
Version: 0.1.5.910
Version: 0.1.5.920
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.

View File

@ -1,7 +1,7 @@
apexcharter 0.1.6
==================
* Updated ApexCharts.js to 3.20.0
* Updated ApexCharts.js to 3.20.1
* 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,6 +1,6 @@
dependencies:
- name: apexcharts
version: 3.20.0
version: 3.20.1
src: htmlwidgets/lib/apexcharts-3.20
script: apexcharts.min.js
- name: apexcharter-css

File diff suppressed because one or more lines are too long