update ApexCharts to 3.3.0

This commit is contained in:
pvictor 2019-02-14 09:59:08 +01:00
parent fa10dd3a62
commit 112c179839
5 changed files with 15 additions and 5 deletions

View File

@ -1,5 +1,5 @@
Package: apexcharter
Version: 0.0.1.900
Version: 0.0.1.910
Title: Create Interactive Chart with the JavaScript 'ApexCharts' Library
Description: Provides an 'htmlwidgets' interface to 'apexcharts.js'.
Authors@R: c(

View File

@ -4,7 +4,11 @@
[![Travis build status](https://travis-ci.org/dreamRs/apexcharter.svg?branch=master)](https://travis-ci.org/dreamRs/apexcharter)
:construction: :warning: Under development !! API will change (and this doesn't work properly in RStudio viewer for now) :warning: :construction:
:construction: :warning: Under development !! API will change :warning: :construction:
:warning: Use RStudio >= 1.2 to properly display charts
## Installation
@ -15,6 +19,7 @@ You can install the development version from [GitHub](https://github.com/) with:
devtools::install_github("dreamRs/apexcharter")
```
## Basic example
Simple bar chart :

View File

@ -1,5 +1,5 @@
dependencies:
- name: apexcharts
version: 3.1.0
src: htmlwidgets/lib/apexcharts-3.1
version: 3.3.0
src: htmlwidgets/lib/apexcharts-3.3
script: apexcharts.min.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long