export function MiniBars({ values }: { values: number[] }) { const max = Math.max(...values); return (