MCPcopy Create free account
hub / github.com/Codehagen/Badget / ChartTooltipProps

Interface ChartTooltipProps

src/components/ComboChart.tsx:460–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458};
459
460interface ChartTooltipProps {
461 active: boolean | undefined;
462 payload: PayloadItem[];
463 label: string;
464 barValueFormatter?: (value: number) => string;
465 lineValueFormatter?: (value: number) => string;
466}
467
468const ChartTooltip = ({
469 active,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected