chartjs-chart-error-bars / LineWithErrorBarsChart
Class: LineWithErrorBarsChart<DATA, LABEL>
Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/LineWithErrorBarsController.ts:198
Extends
Chart
<"lineWithErrorBars"
,DATA
,LABEL
>
Type Parameters
DATA
DATA
extends unknown
[] = IErrorBarXDataPoint
[]
LABEL
LABEL
= string
Constructors
Constructor
new LineWithErrorBarsChart<
DATA
,LABEL
>(item
,config
):LineWithErrorBarsChart
<DATA
,LABEL
>
Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/LineWithErrorBarsController.ts:205
Parameters
item
ChartItem
config
Omit
<ChartConfiguration
<"lineWithErrorBars"
, DATA
, LABEL
>, "type"
>
Returns
LineWithErrorBarsChart
<DATA
, LABEL
>
Overrides
Chart< 'lineWithErrorBars', DATA, LABEL >.constructor
Properties
id
static
id:string
=LineWithErrorBarsController.id
Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/LineWithErrorBarsController.ts:203