Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.PolarAreaController

A server-side-rendered charting library for Fresh
Latest
interface ChartJs.PolarAreaController
implements DoughnutController
import { type ChartJs } from "https://deno.land/x/fresh_charts@0.3.1/deps.ts";
const { PolarAreaController } = ChartJs;

Methods

countVisibleElements(): number
variable ChartJs.PolarAreaController
import { ChartJs } from "https://deno.land/x/fresh_charts@0.3.1/deps.ts";
const { PolarAreaController } = ChartJs;

type

ChartComponent & { prototype: PolarAreaController; new (chart: Chart, datasetIndex: number): PolarAreaController; }