chartjs-chart-error-bars / BarWithErrorBarsControllerDatasetOptions
Interface: BarWithErrorBarsControllerDatasetOptions
Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/controllers/BarWithErrorBarsController.ts:135
Extends
BarControllerDatasetOptions.ScriptableAndArrayOptions<IErrorBarOptions,ScriptableContext<"barWithErrorBars">>
Properties
errorBarColor
errorBarColor:
ScriptableAndArray<string| {v:string[]; },ScriptableContext<"barWithErrorBars">>
Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/elements/render.ts:29
color of the center line
Default
{v: ['#2c2c2c', '#1f1f1f']}
scriptableInherited from
IErrorBarOptions.errorBarColor
errorBarLineWidth
errorBarLineWidth:
ScriptableAndArray<number| {v:number[]; },ScriptableContext<"barWithErrorBars">>
Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/elements/render.ts:23
line width of the center line
Default
{v: [1, 3]}
scriptableInherited from
IErrorBarOptions.errorBarLineWidth
errorBarWhiskerColor
errorBarWhiskerColor:
ScriptableAndArray<string| {v:string[]; },ScriptableContext<"barWithErrorBars">>
Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/elements/render.ts:53
color of the whisker lines
Default
{v: ['#2c2c2c', '#1f1f1f']}
scriptableInherited from
IErrorBarOptions.errorBarWhiskerColor
errorBarWhiskerLineWidth
errorBarWhiskerLineWidth:
ScriptableAndArray<number| {v:number[]; },ScriptableContext<"barWithErrorBars">>
Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/elements/render.ts:35
line width of the whisker lines
Default
{v: [1, 3]}
scriptableInherited from
IErrorBarOptions.errorBarWhiskerLineWidth
errorBarWhiskerRatio
errorBarWhiskerRatio:
ScriptableAndArray<number| {v:number[]; },ScriptableContext<"barWithErrorBars">>
Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/elements/render.ts:41
width of the whiskers in relation to the bar width, use 0 to force a fixed with, see below
Default
{v: [0.2, 0.25]}
scriptableInherited from
IErrorBarOptions.errorBarWhiskerRatio
errorBarWhiskerSize
errorBarWhiskerSize:
ScriptableAndArray<number| {v:number[]; },ScriptableContext<"barWithErrorBars">>
Defined in: work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/elements/render.ts:47
pixel width of the whiskers for non bar chart cases
Default
{v: [20, 24]}
scriptable