Fill property

ax_fill(ax, type = NULL, colors = NULL, opacity = NULL,
  gradient = NULL, image = NULL, pattern = NULL, ...)

Arguments

ax

A apexcharts htmlwidget object.

type

Whether to fill the paths with solid colors or gradient. Available options: "solid", "gradient", "pattern" or "image".

colors

Colors to fill the svg paths..

opacity

Opacity of the fill attribute.

gradient

A list of parameters.

image

A list of parameters.

pattern

A list of parameters.

...

Additional parameters.

Value

A apexcharts htmlwidget object.

Note

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