API / Series/General / CustomFormat
Defined in: src/core/types/chart/base.ts:24
Type Parameters
| Type Parameter | Default type |
|---|---|
TContext extends CustomFormatContext |
CustomFormatContext |
Properties
| Property | Type |
|---|---|
formatter |
(args: TContext) => string |
type |
"custom" |
Previous