Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.layouts

A server-side-rendered charting library for Fresh
Go to Latest
variable ChartJs.layouts
import { ChartJs } from "https://deno.land/x/fresh_charts@0.2.0/deps.ts";
const { layouts } = ChartJs;

type

{ addBox(chart: Chart$4, item: LayoutItem): void; removeBox(chart: Chart$4, layoutItem: LayoutItem): void; configure(
chart: Chart$4,
item: LayoutItem,
options: { fullSize?: number; position?: LayoutPosition; weight?: number; },
): void; update(
chart: Chart$4,
width: number,
height: number,
): void; }