updated ApexCharts to 3.22.2

This commit is contained in:
pvictor 2020-11-18 10:38:58 +01:00
parent 2a261e1a91
commit ffefe8d394
4 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,5 @@
Package: apexcharter
Version: 0.1.7.900
Version: 0.1.8
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,6 +1,8 @@
apexcharter 0.1.8
==================
* Updated ApexCharts.js to 3.22.2
## Bugfixes
* Fixed bad JavaScript namespace

View File

@ -1,6 +1,6 @@
dependencies:
- name: apexcharts
version: 3.22.0
version: 3.22.2
src: htmlwidgets/lib/apexcharts-3.22
script: apexcharts.min.js
- name: apexcharter-css

File diff suppressed because one or more lines are too long