Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fresh_charts/deps.ts>ChartJs.LinearScaleOptions

A server-side-rendered charting library for Fresh
Latest
type alias ChartJs.LinearScaleOptions
import { type ChartJs } from "https://deno.land/x/fresh_charts@0.3.1/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; }; }