Skip to content

Releases: dreamRs/apexcharter

v0.1.6

16 Sep 07:09
Compare
Choose a tag to compare
  • Updated ApexCharts.js to 3.20.1
  • 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.

v0.1.5

24 Jun 11:30
Compare
Choose a tag to compare
  • Updated ApexCharts.js to 3.18.1
  • Support for candlestick charts in apex().
  • apex() has a new argument synchronize to easily synchronize charts together.
  • apex() has new charts type: area-spline, area-step and step.

New functions

  • 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.
  • Dark mode wasn't activated properly in ax_theme().

v0.1.4

01 Apr 13:41
Compare
Choose a tag to compare
  • Upgraded ApexCharts.js to 3.17.1
  • Fixed a bug in grouped bar charts with different levels in groups.
  • New vignette to explain how to sync charts.
  • New vignette to show shiny usage.
  • Added functions set_input_click(), set_input_zoom() and set_input_selection() to add interaction in Shiny applications.

v0.1.3

28 Nov 10:37
Compare
Choose a tag to compare
  • Upgraded ApexCharts.js to 3.10.1
  • New function format_num() to format labels on y-axis or tooltip for example.
  • Added localization configs file, see ?ax_chart for examples.

v0.1.2

22 Aug 13:51
Compare
Choose a tag to compare
  • Update ApexCharts to 3.8.2
  • Set parent container height to 0 by default (fix #2).

v0.1.1

29 Jul 07:25
Compare
Choose a tag to compare

First release on CRAN

DEV version 0.0.4

23 Apr 12:41
Compare
Choose a tag to compare
dev_0.0.4

bump version