Skip to content

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

Class: LineWithErrorBarsChart<DATA, LABEL>

Extends

  • Chart<"lineWithErrorBars", DATA, LABEL>

Type parameters

DATA extends unknown[] = IErrorBarXDataPoint[]

LABEL = string

Constructors

new LineWithErrorBarsChart(item, config)

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

Parameters

item: ChartItem

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

Returns

LineWithErrorBarsChart<DATA, LABEL>

Overrides

`Chart< 'lineWithErrorBars', DATA, LABEL

.constructor`

Source

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/LineWithErrorBarsController.ts:206

Properties

id

static id: string = LineWithErrorBarsController.id

Source

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/LineWithErrorBarsController.ts:204