FunctionChartContainer({
id,
className,
children,
config,
height = "100%",
...props
}: React.ComponentProps<"div"> & {
common/components/ui/chart.tsx:35
FunctionChartLegendContent({
className,
hideIcon = false,
payload,
verticalAlign = "bottom",
nameKey,
}: React.ComponentProps<
common/components/ui/chart.tsx:258
FunctionChartTooltipContent({
active,
// @ts-ignore
payload,
className,
indicator = "dot",
hideLabel = false,
hideIndicator
common/components/ui/chart.tsx:107