Variable: ChartLegend
@arolariu/components / ChartLegend
Variable: ChartLegend
constChartLegend:MemoExoticComponent<(outsideProps) =>ReactPortal> =RechartsPrimitive.Legend
Defined in: components/ui/chart.tsx:393
Re-exports the Recharts legend primitive for use with shared chart helpers.
Remarks
- Renders the Recharts legend container
- Built on
recharts
Example
<ChartLegend content={<ChartLegendContent />} />
See
// was this page useful?