Skip to content

chartjs-chart-error-bars v4.4.0 / PolarAreaWithErrorBarsChart

Class: PolarAreaWithErrorBarsChart<DATA, LABEL>

Extends

  • Chart<"polarAreaWithErrorBars", DATA, LABEL>

Type parameters

DATA extends unknown[] = IErrorBarRDataPoint[]

LABEL = string

Constructors

new PolarAreaWithErrorBarsChart(item, config)

new PolarAreaWithErrorBarsChart<DATA, LABEL>(item, config): PolarAreaWithErrorBarsChart<DATA, LABEL>

Parameters

item: ChartItem

config: Omit<ChartConfiguration<"polarAreaWithErrorBars", DATA, LABEL>, "type">

Returns

PolarAreaWithErrorBarsChart<DATA, LABEL>

Overrides

`Chart< 'polarAreaWithErrorBars', DATA, LABEL

.constructor`

Source

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

Properties

id

static id: string = PolarAreaWithErrorBarsController.id

Source

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