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

x/fresh_charts/deps.ts>ChartJs.ChartDatasetCustomTypesPerDataset

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

Type Parameters

optional
TType extends ChartType = ChartType
optional
TData = DefaultDataPoint<TType>
definition: DeepPartial<[key in ChartType]: { type: key; } & ChartTypeRegistry[key]["datasetOptions"][TType]> & ChartDatasetPropertiesCustomTypesPerDataset<TType, TData>