Alternative axis labels

ax_labels(ax, ...)

ax_labels2(ax, labels)

Arguments

ax

A apexcharts htmlwidget object.

...

Vector. In Axis Charts (line / column), labels can be set instead of setting xaxis categories option. While, in pie/donut charts, each label corresponds to value in series array.

labels

A vector to use as labels.

Value

A apexcharts htmlwidget object.

Note

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