Search results

ParetoOptions API in JavaScript Chart API control

Configures the pareto series.

Properties

dashArray

string

Defines the pattern of dashes and gaps for the stroke.

Defaults to ‘0’

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.

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

Defaults to true

width

number

Defines the width of the pareto line series.

Defaults to 1