Skip to content

chartjs-chart-error-bars / PolarAreaWithErrorBarsController

Class: PolarAreaWithErrorBarsController

Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/PolarAreaWithErrorBarsController.ts:26

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

readonly static id: "polarAreaWithErrorBars" = 'polarAreaWithErrorBars'

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

Overrides

PolarAreaController.id

Methods

parseObjectData()

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

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

Parameters

meta

ChartMeta

data

any[]

start

number

count

number

Returns

Record<string, unknown>[]

Overrides

PolarAreaController.parseObjectData


parsePrimitiveData()

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

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

Parameters

meta

ChartMeta

data

any[]

start

number

count

number

Returns

Record<string, unknown>[]

Overrides

PolarAreaController.parsePrimitiveData