SeriesErrorBars
The configuration options of the series error bars.
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
color? | string | The color of the error bars. Accepts a valid CSS color string, including hex and rgb. | |
endCaps? | boolean | If set to | |
line? | The error bars line options. | ||
value? | string | number | [number, number] | (e: ErrorBarsValueArgs) => [number, number] | The error bars value.
The value option is supported when series.type is set to The following value types are supported:
| |
visual? | (e: ErrorBarsVisualArgs) => Element | A function that for creating custom visuals for the error bars. The available argument fields are:
| |
xValue? | string | The value of the | |
yValue? | string | The value of the |