API / Series/Area / AreaFormatContext
Defined in: src/core/types/chart/area.ts:69
Formatter context. percentage is provided only for percent stacking.
Shares include isolated data points even when gaps prevent them from contributing to the filled area.
Extends
Type Parameters
| Type Parameter | Default type |
|---|---|
T |
MeaningfulAny |
Properties
| Property | Type | Description |
|---|---|---|
data? |
AreaSeriesData<T> |
- |
percentage? |
number |
Value share in the range 0..1, when available. |
value |
unknown |
- |
Previous