chartjs-chart-error-bars / IErrorBarYDataPoint
Interface: IErrorBarYDataPoint
Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/base.ts:18
Extended by
Properties
y
y:
number
Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/base.ts:22
the actual value
yMax
yMax:
number
|number
[]
Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/base.ts:30
the maximal absolute error bar value
yMin
yMin:
number
|number
[]
Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/base.ts:26
the minimal absolute error bar value