import { ChartJs } from "https://deno.land/x/fresh_charts@0.3.0/deps.ts";
const { layouts } = ChartJs;
type
{ addBox(chart: Chart, item: LayoutItem): void; removeBox(chart: Chart, layoutItem: LayoutItem): void; configure(): void; update(): void; }
chart: Chart,
item: LayoutItem,
options: { fullSize?: number; position?: LayoutPosition; weight?: number; },