Skip to content

chartjs-chart-error-bars v4.4.4 / IErrorBarRDataPoint

Interface: IErrorBarRDataPoint

Properties

r

r: number

the actual value

Defined in

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/base.ts:37


rMax

rMax: number | number[]

the maximal absolute error bar value

Defined in

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/base.ts:45


rMin

rMin: number | number[]

the minimal absolute error bar value

Defined in

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/base.ts:41