stacked
boolean
false
Use xAxis and yAxis slots for greater axis customization. The SubframeCore.XAxis and SubframeCore.YAxis components can receive any of the props from the Recharts XAxis and Recharts YAxis components.
View code
Use the legend slot to render a custom legend. The SubframeCore.ChartLegend can receive any of the props from the Recharts Legend component.
Legend on bottom left
View code
Custom rendered legend
View code
Use the tooltip slot to render a custom tooltip. The SubframeCore.ChartTooltip can receive any of the props from the Recharts Tooltip component.
View code