FunctionChartContainer({
id,
className,
children,
domChildren,
config = {},
...props
}: React.ComponentProps<'div'> & {
packages/docs/src/components/ui/chart.tsx:40
FunctionChartLegendContent({
className,
hideIcon = false,
payload = [],
verticalAlign = 'bottom',
align = 'center',
nameKey
packages/docs/src/components/ui/chart.tsx:275
FunctionChartTooltipContent({
active,
payload,
className,
indicator = 'dot',
hideLabel = false,
hideIndicator = false,
labe
packages/docs/src/components/ui/chart.tsx:113
FunctionCommitGraph({
commits,
truncateHash = 7,
railWidth = 24,
railColors,
refColors,
tagColors,
className,
...
packages/docs/src/components/commit-graph.tsx:571
FunctionCommitLine({
sha,
description,
author,
breaking,
className,
...props
}: CommitLineProps)
packages/docs/src/components/changelog/commit-line.tsx:20
FunctionContributionGraph({
data,
blockMargin = 4,
blockRadius = 2,
blockSize = 12,
fontSize = 14,
labels: labelsProp = und
packages/docs/src/components/kibo-ui/contribution-graph/index.tsx:240