Use these options in ax_plotOptions.

radialBar_opts(size = NULL, inverseOrder = NULL, startAngle = NULL,
  endAngle = NULL, offsetX = NULL, offsetY = NULL, hollow = NULL,
  track = NULL, dataLabels = NULL, ...)

Arguments

size

Numeric. Manual size of the radialBars instead of calculating automatically from default height / width.

inverseOrder

Logical. Whether to make the first value of series innermost or outermost.

startAngle

Numeric. Angle from which the radialBars should start.

endAngle

Numeric. Angle to which the radialBars should end. The sum of the startAngle and endAngle should not exceed 360.

offsetX

Numeric. Sets the left offset for radialBars.

offsetY

Numeric. Sets the top offset for radialBars.

hollow

List.

track

List.

dataLabels

List.

...

Additional parameters.

Note

See https://apexcharts.com/docs/options/plotoptions/radialbar/.