Search results

ParetoOptions API in JavaScript (ES5) Chart API control

The ParetoOptions class provides a set of properties for configuring the Pareto series.

Properties

dashArray

string

Sets the pattern of dashes and gaps for the stroke of the Pareto line series.

Defaults to ‘0’

fill

string

The fill color of the Pareto line, which accepts values in hex or rgba as valid CSS color strings. By default, a color based on the theme is used.

Defaults to null

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 is displayed, but this can be disabled using the showAxis property.

Defaults to true

width

number

The width property controls the thickness of the line for the Pareto series, affecting its visual weight on the chart.

Defaults to 1