Tooltip
Documentation Index
Fetch the complete documentation index at: /llms.txt. Use this file to discover all available pages before exploring further.
Display interactive tooltips when hovering over chart data points
Usage
<EvilBarChart
xDataKey="month"
data={data}
tooltipRoundness="md" | "sm" | "lg" | "xl"
chartConfig={chartConfig}
tooltipVariant="frosted-glass" | "default" // and so on
/>Variants
Control the visual style of the tooltip with the tooltipVariant prop. Accepts "default" or "frosted-glass".
Default
The default variant uses a solid background.
tooltipVariant='default'
Frosted Glass
The frosted-glass variant applies a semi-transparent background with a backdrop blur effect for a frosted-glass look.
tooltipVariant='frosted-glass'