Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.Colors

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

type

{ id: string; defaults: { enabled: boolean; }; beforeLayout(
chart: Chart$4,
_args: any,
options: ColorsPluginOptions,
): void; }