import { type ChartJs } from "https://deno.land/x/fresh_charts@0.3.0/deps.ts";
const { DoughnutControllerChartOptions } = ChartJs;
Properties
cutout: Scriptable<number | string, ScriptableContext<"doughnut">>
The portion of the chart that is cut out of the middle. ('50%' - for doughnut, 0 - for pie) String ending with '%' means percentage, number means pixels.
radius: Scriptable<number | string, ScriptableContext<"doughnut">>
The outer radius of the chart. String ending with '%' means percentage of maximum radius, number means pixels.
animation: false | DoughnutAnimationOptions