apexcharter/NEWS.md

140 lines
3.5 KiB
Markdown
Raw Permalink Normal View History

2023-08-23 10:13:17 +02:00
apexcharter 0.4.2
==================
2024-03-20 10:25:34 +01:00
* Updated ApexCharts.js to 3.48.0 (see https://github.com/apexcharts/apexcharts.js/releases).
2023-08-23 10:13:17 +02:00
2023-04-05 11:08:55 +02:00
apexcharter 0.4.1
==================
2023-06-12 09:51:06 +02:00
* Updated ApexCharts.js to 3.41.0 (new charts type: dumbbell chart and funnel chart).
2023-04-05 11:08:55 +02:00
* `apex()` : added support for boxplot.
2023-05-17 15:49:28 +02:00
* New function `ax_forecast_data_points()` to mark points as forecasted values.
2023-04-05 11:08:55 +02:00
2023-01-08 19:23:11 +01:00
apexcharter 0.4.0
2022-04-02 18:34:43 +02:00
==================
2023-01-08 19:23:11 +01:00
* Updated ApexCharts.js to 3.36.3.
2023-04-05 11:08:55 +02:00
* New chart type : range area charts.
2023-01-08 19:23:11 +01:00
* Facets: correctly manage secondary y axis.
2022-04-02 18:34:43 +02:00
2022-02-27 18:22:58 +01:00
apexcharter 0.3.1
2021-11-16 20:30:31 +01:00
==================
2022-02-27 18:22:58 +01:00
* Updated ApexCharts.js to 3.33.1
* Minimal {htmlwidgets} version required >= 1.5.3
2021-11-16 20:30:31 +01:00
2021-10-21 14:36:25 +02:00
apexcharter 0.3.0
2021-05-19 10:04:34 +02:00
==================
2021-10-20 18:17:27 +02:00
* Updated ApexCharts.js to 3.29.0
2021-09-17 11:24:35 +02:00
* Internal: use [{packer}](https://github.com/JohnCoene/packer) to manage JavaScript assets.
* `d3.format` JavaScript functions are now available in browser under `format()` and `formatLocale()`.
2021-05-19 10:04:34 +02:00
2021-01-06 10:49:04 +01:00
apexcharter 0.2.0
==================
2021-05-11 14:40:27 +02:00
* Updated ApexCharts.js to 3.26.2
2021-01-06 10:49:04 +01:00
* New functions `ax_facet_wrap()` and `ax_facet_grid()` to create faceting charts.
* New function `apex_grid()` to combine several charts in a grid.
2020-11-11 10:25:32 +01:00
apexcharter 0.1.8
==================
2020-11-18 10:38:58 +01:00
* Updated ApexCharts.js to 3.22.2
2020-11-11 10:25:32 +01:00
## Bugfixes
* Fixed bad JavaScript namespace
* Fixed bug in groups with scatter chart
apexcharter 0.1.7
==================
2020-10-06 09:50:27 +02:00
* Updated ApexCharts.js to 3.22.0
* New chart type: treemap, see vignette for example.
2020-10-06 09:50:27 +02:00
* New function `ax_colors_manual()` to set color mapping manually.
2020-11-11 10:25:32 +01:00
* `apex()` now accept `polarArea` as type of chart.
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.
2021-04-28 09:01:33 +02:00
* `add_shade()`, `add_shade_weekend()`, `add_event()` to add annotations on time-series 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