Skip to content

chartjs-chart-error-bars v4.4.4 / BarWithErrorBarsControllerDatasetOptions

Interface: BarWithErrorBarsControllerDatasetOptions

Extends

  • BarControllerDatasetOptions.ScriptableAndArrayOptions<IErrorBarOptions, ScriptableContext<"barWithErrorBars">>

Properties

errorBarColor

errorBarColor: ScriptableAndArray<string | object, ScriptableContext<"barWithErrorBars">>

color of the center line

Default

ts
{v: ['#2c2c2c', '#1f1f1f']}
scriptable

Inherited from

ScriptableAndArrayOptions.errorBarColor

Defined in

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/elements/render.ts:29


errorBarLineWidth

errorBarLineWidth: ScriptableAndArray<number | object, ScriptableContext<"barWithErrorBars">>

line width of the center line

Default

ts
{v: [1, 3]}
scriptable

Inherited from

ScriptableAndArrayOptions.errorBarLineWidth

Defined in

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/elements/render.ts:23


errorBarWhiskerColor

errorBarWhiskerColor: ScriptableAndArray<string | object, ScriptableContext<"barWithErrorBars">>

color of the whisker lines

Default

ts
{v: ['#2c2c2c', '#1f1f1f']}
scriptable

Inherited from

ScriptableAndArrayOptions.errorBarWhiskerColor

Defined in

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/elements/render.ts:53


errorBarWhiskerLineWidth

errorBarWhiskerLineWidth: ScriptableAndArray<number | object, ScriptableContext<"barWithErrorBars">>

line width of the whisker lines

Default

ts
{v: [1, 3]}
scriptable

Inherited from

ScriptableAndArrayOptions.errorBarWhiskerLineWidth

Defined in

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/elements/render.ts:35


errorBarWhiskerRatio

errorBarWhiskerRatio: ScriptableAndArray<number | object, ScriptableContext<"barWithErrorBars">>

width of the whiskers in relation to the bar width, use 0 to force a fixed with, see below

Default

ts
{v: [0.2, 0.25]}
scriptable

Inherited from

ScriptableAndArrayOptions.errorBarWhiskerRatio

Defined in

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/elements/render.ts:41


errorBarWhiskerSize

errorBarWhiskerSize: ScriptableAndArray<number | object, ScriptableContext<"barWithErrorBars">>

pixel width of the whiskers for non bar chart cases

Default

ts
{v: [20, 24]}
scriptable

Inherited from

ScriptableAndArrayOptions.errorBarWhiskerSize

Defined in

work/chartjs-chart-error-bars/chartjs-chart-error-bars/src/elements/render.ts:47