Skip to content

Documentation / @ripl/charts / LineStyleBound

Type Alias: LineStyleBound<TData> ​

LineStyleBound<TData> = string | ((data) => string)

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

A segment boundary: the key of a data point, or a function picking one out of the chart data.

Type Parameters ​

Type Parameter
TData