import { useContainerWidth, Sparkline, LineChart, BarChart, Donut, BarRows, CHART_PALETTE, CHART_OTHER } from '@hanzo/ui/product'
No examples yet.
export type ChartPoint = { label: string; value: number }
export type Slice = { label: string; value: number; color?: string; hint?: string }