import { type ChartJs } from "https://deno.land/x/fresh_charts@0.3.0/deps.ts";
const { RadialLinearScale } = ChartJs;
Type Parameters
optional
O extends RadialLinearScaleOptions = RadialLinearScaleOptionsimport { ChartJs } from "https://deno.land/x/fresh_charts@0.3.0/deps.ts";
const { RadialLinearScale } = ChartJs;
type
ChartComponent & { prototype: RadialLinearScale; new <O extends RadialLinearScaleOptions = RadialLinearScaleOptions>(cfg: AnyObject): RadialLinearScale<O>; }