Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.Scale

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

Constructors

new
Scale(cfg: { id: string; type: string; ctx: CanvasRenderingContext2D; chart: Chart$4; })