Documentation / @ripl/charts / ChartAxisItemOptions
Interface: ChartAxisItemOptions<TData> ​
Defined in: charts/src/core/options.ts:428
Options for a single axis (x or y).
Extended by ​
Type Parameters ​
| Type Parameter | Default type |
|---|---|
TData | unknown |
Properties ​
| Property | Type | Defined in |
|---|---|---|
font | string | charts/src/core/options.ts:430 |
fontColor | string | charts/src/core/options.ts:431 |
format? | AxisFormatType | (value) => string | charts/src/core/options.ts:436 |
title? | string | charts/src/core/options.ts:432 |
value? | keyof TData | (item) => any | charts/src/core/options.ts:434 |
visible | boolean | charts/src/core/options.ts:429 |