Composed Chart
A composed_chart
is a higher-level component chart that is composed of multiple charts, where other charts are the children of the composed_chart
. The charts are placed on top of each other in the order they are provided in the composed_chart
function.
To learn more about individual charts, checkout: area_chart, line_chart, or bar_chart.
API Reference
rx.recharts.ComposedChart
A Composed chart component in Recharts.
Valid Children
XAxis
YAxis
ReferenceArea
ReferenceDot
ReferenceLine
Brush
CartesianGrid
Legend
GraphingTooltip
Area
Line
Bar