Legend
Documentation Index
Fetch the complete documentation index at: /llms.txt. Use this file to discover all available pages before exploring further.
Display chart legends to identify different data series in your visualizations
Usage
<EvilLineChart
xDataKey="month"
data={data}
chartConfig={chartConfig}
legendVariant="circle" | "square" | "circle-outline" // and so on
/>Variants
Control the legend indicator style with the legendVariant prop.
Square
Circle
Circle Outline
Rounded Square (Default)
Rounded Square Outline
Vertical Bar
Horizontal Bar
API Reference
Controls the style of the legend indicator icon.
type: "square" | "circle" | "circle-outline" | "rounded-square" | "rounded-square-outline" | "vertical-bar" | "horizontal-bar"
default: "rounded-square"
When true, hides the legend entirely.
type: boolean
default: false
When true, hides the color indicator icon next to each legend item. Only the label text is shown.
type: boolean
default: false
Controls the horizontal alignment of the legend items.
type: "left" | "center" | "right"
default: "right"