New option maxTooltipDistance
for the cursor of line charts and scatter
charts. This option allows to limit the number of displayed tooltips for
charts with a date x-axis.
- Upgraded 'amcharts4'.
- It is now possible to turn off the animation of the graphics rendering.
- The chart JavaScript object is now accessible with
htmlwidgets::onRender
.
- Fixed a bug: bullets were unresponsive on zooming.
- New option "zoom buttons" for the line chart and the scatter chart.
- Fixed a bug:
amPercentageBarChart
did not work with Shiny. - New function
updateAmPercentageBarChart
, to update the data of a 100% stacked bar chart in Shiny. - Enabled the data exporting (CSV, JSON, HTML).
- Upgraded 'amcharts4'.
Added the 100% stacked bar chart (amPercentageBarChart
).
- Updated 'amcharts4'.
- Fixed bug #10 (chart did not dispose when using
renderUI
).
- Updated 'amcharts4'.
- Compliance with the new 'htmlwidgets' convention.
- New options for legends:
maxWidth
,maxHeight
, andscrollable
. - New chart: pie chart.
- Updated 'amcharts4'.
- New option
colors
inamStackedBarChart
, to set the colors of the bars. - Possibility to add horizontal lines or vertical lines to the charts (options
hline
andvline
). - New chart: boxplot chart.
- Updated 'amcharts4'.
- New chart: stacked bar chart.
- New function
updateAmBarChart
, to update the data of a bar chart in Shiny (vertical, horizontal, radial, or stacked bar chart).
- Updated 'amcharts4'.
- New chart: gauge chart.
First release.