Skip to content

@sqlrooms/recharts / ChartConfig

Type Alias: ChartConfig

ChartConfig: { [k in string]: { label?: React.ReactNode; icon?: React.ComponentType } & ({ color?: string; theme?: never } | { color?: never; theme: Record<keyof typeof THEMES, string> }) }