ChartConfig
ChartConfig = { [k in string]: { icon?: React.ComponentType; label?: React.ReactNode } & ({ color?: string; theme?: never } | { color?: never; theme: Record<keyof typeof THEMES, string> }) }
Defined in: src/react/chart.tsx:36Â
Last updated on