OOKNET                             [ /  search the index  ]  
──────────────────────────────────────────────────────────────────────────────────────
══════════════════════════════════════════════════════════════════════════════════════
OOKNET   [ /  search  ]  
────────────────────────────────────────────────
════════════════════════════════════════════════
 
 
master @ 8 LINES
 
[ HISTORY ]  [ UP ]
 

---
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 })} />

---
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