apexcharter/NEWS.md

75 lines
2.1 KiB
Markdown
Raw Normal View History

apexcharter 0.1.7
==================
* Updated ApexCharts.js to 3.21.0
* New chart type: treemap, see vignette for example.
2020-07-27 18:55:44 +02:00
apexcharter 0.1.6
==================
2020-09-09 12:39:38 +02:00
* Updated ApexCharts.js to 3.20.1
2020-07-27 18:55:44 +02:00
* 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
==================
2020-04-06 12:28:05 +02:00
* Updated ApexCharts.js to 3.18.1
2020-06-13 13:04:23 +02:00
* Support for candlestick charts in `apex()`.
2020-04-15 19:32:15 +02:00
* `apex()` has a new argument `synchronize` to easily synchronize charts together.
* `apex()` has new charts type: area-spline, area-step and step.
2020-04-06 12:28:05 +02:00
## New functions
2020-04-16 16:43:50 +02:00
* `spark_box` to create boxes with sparkline, see corresponding vignette for more details.
* `add_shade()`, `add_shade_weekend()`, `add_event()` to add annotations on timeries charts.
* `add_hline()`, `add_vline()`, `add_point()` to add annotations on charts.
* `set_tooltip_fixed()` to fix tooltip in specific position.
## Bugfixes
* Xaxis datetime now display properly with columns and bars.
2020-04-16 16:42:34 +02:00
* Dark mode wasn't activated properly in `ax_theme()`.
2020-02-12 11:57:24 +01:00
apexcharter 0.1.4
==================
2020-03-31 09:23:31 +02:00
* Upgraded ApexCharts.js to 3.17.1
2020-02-12 11:57:24 +01:00
* Fixed a bug in grouped bar charts with different levels in groups.
2020-02-15 15:17:46 +01:00
* New vignette to explain how to sync charts.
2020-03-18 18:55:30 +01:00
* New vignette to show shiny usage.
* Added functions `set_input_click()`, `set_input_zoom()` and `set_input_selection()` to add interaction in Shiny applications.
2020-02-12 11:57:24 +01:00
2019-11-26 12:49:03 +01:00
apexcharter 0.1.3
==================
* Upgraded ApexCharts.js to 3.10.1
2019-11-26 14:44:59 +01:00
* New function `format_num()` to format labels on y-axis or tooltip for example.
* Added localization configs file, see `?ax_chart` for examples.
2019-11-26 12:49:03 +01:00
2019-08-20 14:27:40 +02:00
apexcharter 0.1.2
==================
2019-11-27 23:17:23 +01:00
* Upgraded ApexCharts.js to 3.8.2
2019-08-20 14:27:40 +02:00
* Set parent container height to 0 by default (fix [#2](https://github.com/dreamRs/apexcharter/issues/2)).
2019-07-29 09:30:42 +02:00
apexcharter 0.1.1
2019-05-15 11:53:53 +02:00
==================
2019-07-29 09:30:42 +02:00
* First CRAN release: create interactive chart with the JavaScript 'ApexCharts' library. Types of graphics available : bars, columns, splines, lines, scatter, pie, donuts, heatmap, gauge.
2019-05-15 11:53:53 +02:00