update apexcharts to 3.25.0 (custom build)

This commit is contained in:
pvictor 2021-03-12 21:05:12 +01:00
parent 9efca10228
commit 1d54804e04
4 changed files with 44 additions and 29 deletions

View File

@ -1,5 +1,5 @@
Package: apexcharter
Version: 0.1.8.9100
Version: 0.1.8.9200
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

@ -330,6 +330,7 @@ config_bar <- function(horizontal = FALSE, datetime = FALSE) {
),
tooltip = list(
shared = TRUE,
intersect = FALSE,
followCursor = TRUE
)
)

View File

@ -1,7 +1,7 @@
dependencies:
- name: apexcharts
version: 3.23.1
src: htmlwidgets/lib/apexcharts-3.23
version: 3.25.0
src: htmlwidgets/lib/apexcharts-3.25
script: apexcharts.min.js
- name: apexcharter-css
version: 0.1.0

File diff suppressed because one or more lines are too long