Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.CategoryScaleOptions

A server-side-rendered charting library for Fresh
Go to Latest
type alias ChartJs.CategoryScaleOptions
import { type ChartJs } from "https://deno.land/x/fresh_charts@0.2.1/deps.ts";
const { CategoryScaleOptions } = ChartJs;
definition: Omit<CartesianScaleOptions, "min" | "max"> & { min: string | number; max: string | number; labels: string[] | string[][]; }