Skip to content

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

Class: PolarAreaWithErrorBarsController

Extends

  • PolarAreaController

Constructors

new PolarAreaWithErrorBarsController()

new PolarAreaWithErrorBarsController(chart, datasetIndex): PolarAreaWithErrorBarsController

Parameters

chart: Chart<keyof ChartTypeRegistry, (null | number | [number, number] | Point | BubbleDataPoint | IErrorBarXDataPoint | IErrorBarYDataPoint | IErrorBarXYDataPoint | IErrorBarRDataPoint)[], unknown>

datasetIndex: number

Returns

PolarAreaWithErrorBarsController

Inherited from

PolarAreaController.constructor

Defined in

.yarn/berry/cache/chart.js-npm-4.4.6-179caaa878-10c0.zip/node_modules/chart.js/dist/types/index.d.ts:397

Properties

id

readonly static id: "polarAreaWithErrorBars" = 'polarAreaWithErrorBars'

Overrides

PolarAreaController.id

Defined in

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/PolarAreaWithErrorBarsController.ts:158

Methods

parseObjectData()

protected parseObjectData(meta, data, start, count): Record<string, unknown>[]

Parameters

meta: ChartMeta

data: any[]

start: number

count: number

Returns

Record<string, unknown>[]

Overrides

PolarAreaController.parseObjectData

Defined in

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/PolarAreaWithErrorBarsController.ts:96


parsePrimitiveData()

protected parsePrimitiveData(meta, data, start, count): Record<string, unknown>[]

Parameters

meta: ChartMeta

data: any[]

start: number

count: number

Returns

Record<string, unknown>[]

Overrides

PolarAreaController.parsePrimitiveData

Defined in

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/PolarAreaWithErrorBarsController.ts:90