Skip to content

Documentation / @ripl/charts / LineStyle

Type Alias: LineStyle

LineStyle = "solid" | "dashed" | "dotted" | number[]

Defined in: charts/src/core/options.ts:635

How a series line is stroked: a preset, or a custom canvas dash array.