chartjs-chart-error-bars / PolarAreaWithErrorBarsController
Class: PolarAreaWithErrorBarsController
Extends
PolarAreaController
Constructors
Constructor
new PolarAreaWithErrorBarsController(
chart,datasetIndex):PolarAreaWithErrorBarsController
Defined in: .yarn/berry/cache/chart.js-npm-4.5.0-e95c375db8-10c0.zip/node_modules/chart.js/dist/types/index.d.ts:397
Parameters
chart
Chart
datasetIndex
number
Returns
PolarAreaWithErrorBarsController
Inherited from
PolarAreaController.constructor
Properties
id
readonlystaticid:"polarAreaWithErrorBars"='polarAreaWithErrorBars'
Overrides
PolarAreaController.id
Methods
parseObjectData()
protectedparseObjectData(meta,data,start,count):Record<string,unknown>[]
Parameters
meta
ChartMeta
data
any[]
start
number
count
number
Returns
Record<string, unknown>[]
Overrides
PolarAreaController.parseObjectData
parsePrimitiveData()
protectedparsePrimitiveData(meta,data,start,count):Record<string,unknown>[]
Parameters
meta
ChartMeta
data
any[]
start
number
count
number
Returns
Record<string, unknown>[]
Overrides
PolarAreaController.parsePrimitiveData