Skip to main content

Interface: Options<TXAxisOptions, TYAxisOptions>

Type parameters

NameType
TXAxisOptionsAxisOptions
TYAxisOptionsTXAxisOptions

Hierarchy

Properties

width

Optional width: string | number

Defined in

core/types.ts:35


height

Optional height: string | number

Defined in

core/types.ts:39


low

Optional low: number

Defined in

core/types.ts:43


high

Optional high: number

Defined in

core/types.ts:47


referenceValue

Optional referenceValue: number

Defined in

core/types.ts:51


chartPadding

Optional chartPadding: number | Partial<ChartPadding>

Defined in

core/types.ts:55


axisX

Optional axisX: TXAxisOptions

Defined in

core/types.ts:59


axisY

Optional axisY: TYAxisOptions

Defined in

core/types.ts:63


classNames

Optional classNames: Record<string, string>

Defined in

core/types.ts:67


plugins

Optional plugins: (Plugin | [Plugin, any])[]

Defined in

core/types.ts:69