Skip to content

Documentation / @ripl/charts / LineStyleSegment

Interface: LineStyleSegment<TData> ​

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

A span of a series line, anchored to data keys, stroked with its own style.

Type Parameters ​

Type Parameter
TData

Properties ​

PropertyTypeDescriptionDefined in
from?LineStyleBound<TData>Key of the point the span starts at; the start of the line when omitted.charts/src/core/options.ts:779
styleLineStyleDash style stroked over the span.charts/src/core/options.ts:783
to?LineStyleBound<TData>Key of the point the span ends at, inclusive; the end of the line when omitted.charts/src/core/options.ts:781