updated ApexCharts to 3.17.0

This commit is contained in:
pvictor 2020-03-20 10:16:53 +01:00
parent c012ad8832
commit 01231de378
3 changed files with 17 additions and 3 deletions

View File

@ -1,7 +1,7 @@
apexcharter 0.1.4 apexcharter 0.1.4
================== ==================
* Upgraded ApexCharts.js to 3.16.1 * Upgraded ApexCharts.js to 3.17.0
* Fixed a bug in grouped bar charts with different levels in groups. * Fixed a bug in grouped bar charts with different levels in groups.
* New vignette to explain how to sync charts. * New vignette to explain how to sync charts.
* New vignette to show shiny usage. * New vignette to show shiny usage.

View File

@ -1,7 +1,7 @@
dependencies: dependencies:
- name: apexcharts - name: apexcharts
version: 3.16.1 version: 3.17.0
src: htmlwidgets/lib/apexcharts-3.16 src: htmlwidgets/lib/apexcharts-3.17
script: apexcharts.min.js script: apexcharts.min.js
- name: d3-format - name: d3-format
version: 1.4.2 version: 1.4.2

File diff suppressed because one or more lines are too long