Skip to main content

Variable: ChartLegend

@arolariu/components


@arolariu/components / ChartLegend

Variable: ChartLegend

const ChartLegend: 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

Recharts Legend Docs

// was this page useful?