API / Series/Bar-X / BarXFormatContext

Defined in: src/core/types/chart/bar-x.ts:51

Formatter context. percentage is provided only for percent stacking.

Extends

Type Parameters

Type Parameter Default type
T MeaningfulAny

Properties

Property Type Description
data? BarXSeriesData<T> -
percentage? number Value share in the range 0..1, when available.
value unknown -
Previous