master @ 8 LINES
[ HISTORY ] [ UP ]
┌─ ASTRO ────────────────────────────────────────────────────────────────────┐
│ --- │
│ import Frame from "../Frame/Frame.astro"; │
│ import { buildBarChart, type Props } from "./BarChart"; │
│ │
│ const { items, labelW, max } = Astro.props as Props; │
│ --- │
│ <Frame build={(w) => buildBarChart(items, w, { labelW, max })} /> │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ASTRO ──────────────────────────────┐
│ --- │
│ import Frame from "../Frame/Frame.astro"; │
│ import { buildBarChart, type Props } from ". │
│ /BarChart"; │
│ │
│ const { items, labelW, max } = Astro.props a │
│ s Props; │
│ --- │
│ <Frame build={(w) => buildBarChart(items, w, │
│ { labelW, max })} /> │
└──────────────────────────────────────────────┘
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET