Updated ApexCharts.js to 3.18.1

This commit is contained in:
pvictor 2020-04-06 12:28:05 +02:00
parent 1a6063e9fb
commit 5728a361da
4 changed files with 21 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Package: apexcharter
Version: 0.1.4.900
Version: 0.1.4.910
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,9 @@
apexcharter 0.1.5
==================
* Updated ApexCharts.js to 3.18.1
## New functions
* `add_shade()`, `add_shade_weekend()`, `add_event()` to add annotations on timeries charts.
@ -9,7 +12,7 @@ apexcharter 0.1.5
## Bugfixes
* Dark mode wasn't activated properly in `ax_theme()`.
* Dark ond yaxis examplemode wasn't activated properly in `ax_theme()`.

View File

@ -1,7 +1,7 @@
dependencies:
- name: apexcharts
version: 3.17.1
src: htmlwidgets/lib/apexcharts-3.17
version: 3.18.1
src: htmlwidgets/lib/apexcharts-3.18
script: apexcharts.min.js
- name: d3-format
version: 1.4.2

File diff suppressed because one or more lines are too long