- Updated ApexCharts.js to 3.26.3
- Updated ApexCharts.js to 3.26.2
- New functions
ax_facet_wrap()
andax_facet_grid()
to create faceting charts. - New function
apex_grid()
to combine several charts in a grid.
- Updated ApexCharts.js to 3.22.2
- Fixed bad JavaScript namespace
- Fixed bug in groups with scatter chart
- 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 acceptpolarArea
as type of chart.
- Updated ApexCharts.js to 3.20.1
- New functions
add_line()
andadd_smooth_line()
to add simple or trend line on charts (scatter & bars). - New Shiny input: export, to retrieve chart's base64 dataURI.
- Updated ApexCharts.js to 3.18.1
- Support for candlestick charts in
apex()
. apex()
has a new argumentsynchronize
to easily synchronize charts together.apex()
has new charts type: area-spline, area-step and step.
spark_box
to create boxes with sparkline, see corresponding vignette for more details.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.
- Xaxis datetime now display properly with columns and bars.
- Dark mode wasn't activated properly in
ax_theme()
.
- 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()
andset_input_selection()
to add interaction in Shiny applications.
- 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.
- Upgraded ApexCharts.js to 3.8.2
- Set parent container height to 0 by default (fix #2).
- First CRAN release: create interactive chart with the JavaScript 'ApexCharts' library. Types of graphics available : bars, columns, splines, lines, scatter, pie, donuts, heatmap, gauge.