Skip to content

chartjs-chart-error-bars v4.4.0 / PolarAreaWithErrorBarsControllerDatasetOptions

Interface: PolarAreaWithErrorBarsControllerDatasetOptions

Extends

  • PolarAreaControllerDatasetOptions.ScriptableAndArrayOptions<IErrorBarOptions, ScriptableContext<"polarAreaWithErrorBars">>

Properties

errorBarColor

errorBarColor: ScriptableAndArray<string | Object, ScriptableContext<"polarAreaWithErrorBars">>

color of the center line

Default

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

Scriptable

Inherited from

ScriptableAndArrayOptions.errorBarColor

Source

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


errorBarLineWidth

errorBarLineWidth: ScriptableAndArray<number | Object, ScriptableContext<"polarAreaWithErrorBars">>

line width of the center line

Default

ts
{v: [1, 3]}

Scriptable

Inherited from

ScriptableAndArrayOptions.errorBarLineWidth

Source

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


errorBarWhiskerColor

errorBarWhiskerColor: ScriptableAndArray<string | Object, ScriptableContext<"polarAreaWithErrorBars">>

color of the whisker lines

Default

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

Scriptable

Inherited from

ScriptableAndArrayOptions.errorBarWhiskerColor

Source

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


errorBarWhiskerLineWidth

errorBarWhiskerLineWidth: ScriptableAndArray<number | Object, ScriptableContext<"polarAreaWithErrorBars">>

line width of the whisker lines

Default

ts
{v: [1, 3]}

Scriptable

Inherited from

ScriptableAndArrayOptions.errorBarWhiskerLineWidth

Source

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


errorBarWhiskerRatio

errorBarWhiskerRatio: ScriptableAndArray<number | Object, ScriptableContext<"polarAreaWithErrorBars">>

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

Source

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


errorBarWhiskerSize

errorBarWhiskerSize: ScriptableAndArray<number | Object, ScriptableContext<"polarAreaWithErrorBars">>

pixel width of the whiskers for non bar chart cases

Default

ts
{v: [20, 24]}

Scriptable

Inherited from

ScriptableAndArrayOptions.errorBarWhiskerSize

Source

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