Charts

import { useContainerWidth, Sparkline, LineChart, BarChart, Donut, BarRows, CHART_PALETTE, CHART_OTHER } from '@hanzo/ui/product'

No examples yet.

Types

export type ChartPoint = { label: string; value: number }
export type Slice = { label: string; value: number; color?: string; hint?: string }

Exports

useContainerWidthSparklineLineChartBarChartDonutBarRowsCHART_PALETTECHART_OTHERtype ChartPointtype Slice