Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.CategoryScale

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

type

ChartComponent & { prototype: CategoryScale; new <O extends CategoryScaleOptions = CategoryScaleOptions>(cfg: AnyObject): CategoryScale<O>; }