API / Series/Bar-Y / BarYFormatContext

Defined in: src/core/types/chart/bar-y.ts:39

Formatter context. percentage is provided only for percent stacking.

Extends

Type Parameters

Type Parameter Default type
T MeaningfulAny

Properties

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