Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.BarController

A server-side-rendered charting library for Fresh
Go to Latest
type alias ChartJs.BarController
import { type ChartJs } from "https://deno.land/x/fresh_charts@0.3.0/deps.ts";
const { BarController } = ChartJs;
definition: DatasetController
variable ChartJs.BarController
import { ChartJs } from "https://deno.land/x/fresh_charts@0.3.0/deps.ts";
const { BarController } = ChartJs;

type

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