Skip to content

chartjs-chart-error-bars / PolarAreaWithErrorBarsChart

Class: PolarAreaWithErrorBarsChart<DATA, LABEL>

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

Extends

  • Chart<"polarAreaWithErrorBars", DATA, LABEL>

Type Parameters

DATA

DATA extends unknown[] = IErrorBarRDataPoint[]

LABEL

LABEL = string

Constructors

Constructor

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

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

Parameters

item

ChartItem

config

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

Returns

PolarAreaWithErrorBarsChart<DATA, LABEL>

Overrides

Chart< 'polarAreaWithErrorBars', DATA, LABEL >.constructor

Properties

id

static id: string = PolarAreaWithErrorBarsController.id

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