Skip to content

chartjs-chart-error-bars v4.4.1 / ScatterWithErrorBarsChart

Class: ScatterWithErrorBarsChart<DATA, LABEL>

Extends

  • Chart<"scatterWithErrorBars", DATA, LABEL>

Type parameters

DATA extends unknown[] = IErrorBarXYDataPoint[]

LABEL = string

Constructors

new ScatterWithErrorBarsChart()

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

Parameters

item: ChartItem

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

Returns

ScatterWithErrorBarsChart<DATA, LABEL>

Overrides

`Chart< 'scatterWithErrorBars', DATA, LABEL

.constructor`

Source

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/ScatterWithErrorBarsController.ts:176

Properties

id

static id: string = ScatterWithErrorBarsController.id

Source

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/ScatterWithErrorBarsController.ts:174