Skip to content

Releases: dreamRs/apexcharter

v0.4.3

16 May 07:11
Compare
Choose a tag to compare

v0.4.2

15 May 09:07
Compare
Choose a tag to compare

v0.4.1

14 Jun 13:17
Compare
Choose a tag to compare
  • Updated ApexCharts.js to 3.41.0 (new charts type: dumbbell chart and funnel chart).
  • apex() : added support for boxplot.
  • New function ax_forecast_data_points() to mark points as forecasted values.

v0.4.0

08 Jan 18:43
Compare
Choose a tag to compare
  • Updated ApexCharts.js to 3.36.3.
  • New chart type : range area charts
  • Facets: correctly manage secondary y axis.

v0.3.1

28 Feb 08:31
7a959cb
Compare
Choose a tag to compare
  • Updated ApexCharts.js to 3.33.1
  • Minimal {htmlwidgets} version required >= 1.5.3

v0.3.0

21 Oct 15:01
ace2508
Compare
Choose a tag to compare
  • Updated ApexCharts.js to 3.29.0
  • Internal: use {packer} to manage JavaScript assets.
  • d3.format JavaScript functions are now available in browser under format() and formatLocale().

v0.2.0

11 May 13:35
a05d2db
Compare
Choose a tag to compare
  • Updated ApexCharts.js to 3.26.2
  • New functions ax_facet_wrap() and ax_facet_grid() to create faceting charts.
  • New function apex_grid() to combine several charts in a grid.

v0.1.8

19 Nov 08:11
Compare
Choose a tag to compare
  • Updated ApexCharts.js to 3.22.2

Bugfixes

  • Fixed bad JavaScript namespace
  • Fixed bug in groups with scatter chart

v0.1.7

17 Oct 10:03
Compare
Choose a tag to compare
  • 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.

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.