Reference
The Reference components in Recharts, including ReferenceLine, ReferenceArea, and ReferenceDot, are used to add visual aids and annotations to the chart, helping to highlight specific data points, ranges, or thresholds for better data interpretation and analysis.
Reference Area
The rx.recharts.reference_area
component in Recharts is used to highlight a specific area or range on the chart by drawing a rectangular region. It is defined by specifying the coordinates (x1, x2, y1, y2) and can be used to emphasize important data ranges or intervals on the chart.
Reference Line
The rx.recharts.reference_line
component in rx.recharts is used to draw a horizontal or vertical line on the chart at a specified position. It helps to highlight important values, thresholds, or ranges on the axis, providing visual reference points for better data interpretation.
Reference Dot
The rx.recharts.reference_dot
component in Recharts is used to mark a specific data point on the chart with a customizable dot. It allows you to highlight important values, outliers, or thresholds by providing a visual reference marker at the specified coordinates (x, y) on the chart.
API Reference
rx.recharts.ReferenceLine
A ReferenceLine component in Recharts.
Valid Children
Label
Event Triggers
See the full list of default event triggersrx.recharts.ReferenceDot
A ReferenceDot component in Recharts.
Valid Children
Label
Event Triggers
See the full list of default event triggersrx.recharts.ReferenceArea
A ReferenceArea component in Recharts.
Valid Children
Label