Skip to content

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

Class: BarWithErrorBarsChart<DATA, LABEL>

Extends

  • Chart<"barWithErrorBars", DATA, LABEL>

Type parameters

DATA extends unknown[] = IErrorBarXDataPoint[]

LABEL = string

Constructors

new BarWithErrorBarsChart(item, config)

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

Parameters

item: ChartItem

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

Returns

BarWithErrorBarsChart<DATA, LABEL>

Overrides

`Chart< 'barWithErrorBars', DATA, LABEL

.constructor`

Source

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/BarWithErrorBarsController.ts:160

Properties

id

static id: string = BarWithErrorBarsController.id

Source

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