ChartParetoOptionsProps
Provides options for customizing the Pareto series line configuration in the chart.
Props
The following table outlines the props for the ChartParetoOptionsProps:
| Name | Type | Default | Description |
|---|---|---|---|
| dashArray | string | '0' | Dash pattern for the Pareto line stroke. |
| fill | string | null | Fill color of the Pareto line. Accepts CSS color strings (e.g., hex or rgba). By default, a color based on the theme is used. |
| showAxis | boolean | true | Specifies whether to display the axis associated with the Pareto line. |
| width | number | 1 | Thickness of the Pareto line (in pixels). |