Reflex Cloud - Fast, secure & scalable hosting. One command to deploy.

Error Bar

An error bar is a graphical representation of the uncertainty or variability of a data point in a chart, depicted as a line extending from the data point parallel to one of the axes. The data_key, width, stroke_width, stroke, and direction props can be used to customize the appearance and behavior of the error bars, specifying the data source, dimensions, color, and orientation of the error bars.

API Reference

rx.recharts.ErrorBar

An ErrorBar component in Recharts.

PropType | ValuesDefault
direction
"x" | "y"
data_key
Union[str, int]
width
int
5
stroke
Union[str, Color]
rx.color("gray", 8)
stroke_width
Union[float, int]
1.5

Event Triggers

See the full list of default event triggers