Releases: dreamRs/apexcharter
Releases · dreamRs/apexcharter
v0.4.1
- 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
- Updated ApexCharts.js to 3.36.3.
- New chart type : range area charts
- Facets: correctly manage secondary y axis.
v0.3.1
- Updated ApexCharts.js to 3.33.1
- Minimal {htmlwidgets} version required >= 1.5.3
v0.3.0
- 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
- 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
- Updated ApexCharts.js to 3.22.2
Bugfixes
- Fixed bad JavaScript namespace
- Fixed bug in groups with scatter chart
v0.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.