bump + update NEWS

This commit is contained in:
pvictor 2020-07-27 18:55:44 +02:00
parent faa07879ef
commit 7a20be6e20
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Package: apexcharter
Version: 0.1.5.900
Version: 0.1.5.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,3 +1,12 @@
apexcharter 0.1.6
==================
* Updated ApexCharts.js to 3.19.3
* New functions `add_line()` and `add_smooth_line()` to add simple or trend line on charts (scatter & bars).
* New Shiny input: export, to retrieve chart's base64 dataURI.
apexcharter 0.1.5
==================