ChartLineStyleProps
Defines the visual appearance settings for an LastValueLabel line in the chart.
Props
The following table outlines the props for the ChartLineStyleProps:
| Name | Type | Default | Description |
|---|---|---|---|
| color | string | '' | Specifies the color of the LastValueLabel line. Accepts any valid CSS color string. |
| dashArray | string | '' | Defines the dash pattern used to render the LastValueLabel line.
Accepts a string of comma-separated numbers (e.g., |
| width | number | 1 | Specifies the thickness of the LastValueLabel line in pixels. |