Home > @plotex/chart-def > IYAxisConfig

IYAxisConfig interface#

Configures a Y axis of the chart.

Signature:
export interface IYAxisConfig extends IAxisConfig
Extends: [IAxisConfig](/plot/docs/chart-def.iaxisconfig)

Properties#

PropertyTypeDescription
max?number(Optional) The maximum value to render on the axis.
min?number(Optional) The minimum value to render on the axis.