ErrorBar
Parent Components
Properties
- dataKeyString | Number | Function - The key of a group of error values in data. The error values can be a single value for symmetric error bars or an array of a lower and upper error value for asymmetric error bars. 
- widthNumberoptional - The width of the error bar ends. - DEFAULT: 5 
- strokeWidthString | Numberoptional - The width of the lines used to make the error bars. - DEFAULT: 1.5 
- strokeStringoptional - The color of the error bars. - DEFAULT: black 
- directionStringoptional - Only used for ScatterChart with error bars in two directions. Only accepts a value of "x" or "y" and makes the error bars lie in that direction.