Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.ScatterController

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

type

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