Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.LayoutPosition

A server-side-rendered charting library for Fresh
Go to Latest
type alias ChartJs.LayoutPosition
import { type ChartJs } from "https://deno.land/x/fresh_charts@0.2.0/deps.ts";
const { LayoutPosition } = ChartJs;
definition:
| "left"
| "top"
| "right"
| "bottom"
| "center"
| "chartArea"
| { [scaleId: string]: number; }