Search results

ParetoOptionsModel API in Vue Chart API component

Interface for a class ParetoOptions

Properties

dashArray

string

Defines the pattern of dashes and gaps for the stroke.

fill

string

The fill color of the pareto line, which accepts a value in hex or rgba as a valid CSS color string. By default, it will use a color based on the theme.

marker

MarkerSettingsModel

Options for displaying and customizing markers for individual points in a pareto line.

showAxis

boolean

By default, the axis for the Pareto line will be displayed, but this can be disabled by using the ‘showAxis’ property.

width

number

Defines the width of the pareto line series.