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