bump version

This commit is contained in:
pvictor 2020-11-11 10:25:32 +01:00
parent 727c9ed3fe
commit 2a261e1a91
2 changed files with 12 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Package: apexcharter
Version: 0.1.7
Version: 0.1.7.900
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.

12
NEWS.md
View File

@ -1,10 +1,20 @@
apexcharter 0.1.8
==================
## Bugfixes
* Fixed bad JavaScript namespace
* Fixed bug in groups with scatter chart
apexcharter 0.1.7
==================
* Updated ApexCharts.js to 3.22.0
* New chart type: treemap, see vignette for example.
* New function `ax_colors_manual()` to set color mapping manually.
* `apex()` now accept `"polarArea` as type of chart.
* `apex()` now accept `polarArea` as type of chart.