Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.Scriptable

A server-side-rendered charting library for Fresh
Go to Latest
type alias ChartJs.Scriptable
import { type ChartJs } from "https://deno.land/x/fresh_charts@0.3.0/deps.ts";
const { Scriptable } = ChartJs;
definition: T | ((ctx: TContext, options: AnyObject) => T | undefined)