Annotations properties

ax_annotations(ax, position = NULL, yaxis = NULL, xaxis = NULL,
  points = NULL, ...)

Arguments

ax

A apexcharts htmlwidget object.

position

Whether to put the annotations behind the charts or in front of it. Available Options: "front" or "back".

yaxis

List of lists.

xaxis

List of lists.

points

List of lists.

...

Additional parameters.

Value

A apexcharts htmlwidget object.

Note

See https://apexcharts.com/docs/options/annotations/.