Tooltip
Documentation Index
Fetch the complete documentation index at: /llms.txt. Use this file to discover all available pages before exploring further.
Interactive tooltips on chart data-point hover
Usage
<EvilBarChart
xDataKey="month"
data={data}
tooltipRoundness="md" | "sm" | "lg" | "xl"
chartConfig={chartConfig}
tooltipVariant="frosted-glass" | "default" // and so on
/>Variants
Set the tooltip style with the tooltipVariant prop: "default" or "frosted-glass".
Default
A solid background.
tooltipVariant='default'
Frosted Glass
A semi-transparent background with a backdrop blur.
tooltipVariant='frosted-glass'