Documentation / @ripl/charts / ResolvedLineStyle
Interface: ResolvedLineStyle ​
Defined in: charts/src/core/options.ts:804
A LineStyleInput resolved into the polyline state that draws it.
Properties ​
| Property | Type | Description | Defined in |
|---|---|---|---|
lineDash | number[] | Dash pattern for every part of the line no segment covers. | charts/src/core/options.ts:806 |
segments? | PolylineSegment[] | Per-span dash overrides, or undefined when the line is uniformly styled. | charts/src/core/options.ts:808 |