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

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

type

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