Default Legend

Basic three-item legend with colored dot indicators.

Sales
Marketing
Support

Financial

Legend for financial reports with revenue, expenses, and profit.

Revenue
Expenses
Profit

Browser Share

Five-item legend for browser market share pie or donut charts.

Chrome
Firefox
Safari
Edge
Other

Paired with Chart

Legend used alongside a bar chart for context.

70
45
85
Q1Q2Q3
Q1 Sales
Q2 Sales
Q3 Sales

Server Metrics

Infrastructure monitoring legend with CPU, Memory, and Disk labels.

CPU
Memory
Disk
Network

With Donut Chart

Legend paired with a donut chart for complete data visualization.

Sales
Dev
Marketing
Support

Usage

<ChartLegend items="Sales,Marketing,Support" colors="#c9952c,#28a745,#17a2b8" /><BarChart data="70,45,85" labels="Q1,Q2,Q3" color="#c9952c" /><ChartLegend items="Q1 Sales,Q2 Sales,Q3 Sales" colors="#c9952c,#c9952c,#c9952c" />

Props

PropTypeDefaultDescription
itemstext"Item 1,Item 2,Item 3"Comma-separated legend labels
colorstext"#c9952c,#17a2b8,#28a745"Comma-separated hex colors for each item