Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.LinearScaleOptions

A server-side-rendered charting library for Fresh
Go to Latest
type alias ChartJs.LinearScaleOptions
import { type ChartJs } from "https://deno.land/x/fresh_charts@0.2.2/deps.ts";
const { LinearScaleOptions } = ChartJs;
definition: CartesianScaleOptions & { beginAtZero: boolean; suggestedMin?: number; suggestedMax?: number; grace?: string | number; ticks: { format: Intl.NumberFormatOptions; precision: number; stepSize: number; count: number; }; }