Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fresh_charts/deps.ts>ChartJs.DefaultDataPoint

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

Type Parameters

TType extends ChartType
definition: DistributiveArray<ChartTypeRegistry[TType]["defaultDataPoint"]>