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.RadialTickOptions

A server-side-rendered charting library for Fresh
Go to Latest
type alias ChartJs.RadialTickOptions
import { type ChartJs } from "https://deno.land/x/fresh_charts@0.3.0/deps.ts";
const { RadialTickOptions } = ChartJs;
definition: TickOptions & { format: Intl.NumberFormatOptions; maxTicksLimit: number; precision: number; stepSize: number; count: number; }