Skip to content

chartjs-chart-error-bars / ScatterWithErrorBarsChart

Class: ScatterWithErrorBarsChart<DATA, LABEL>

Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/ScatterWithErrorBarsController.ts:168

Extends

  • Chart<"scatterWithErrorBars", DATA, LABEL>

Type Parameters

DATA

DATA extends unknown[] = IErrorBarXYDataPoint[]

LABEL

LABEL = string

Constructors

Constructor

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

Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/ScatterWithErrorBarsController.ts:175

Parameters

item

ChartItem

config

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

Returns

ScatterWithErrorBarsChart<DATA, LABEL>

Overrides

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

Properties

id

static id: string = ScatterWithErrorBarsController.id

Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/ScatterWithErrorBarsController.ts:173