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

x/fresh_charts/deps.ts>ChartJs.ChartConfigurationCustomTypesPerDataset

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

Type Parameters

optional
TType extends ChartType = ChartType
optional
TData = DefaultDataPoint<TType>
optional
TLabel = unknown

Properties

data: ChartDataCustomTypesPerDataset<TType, TData, TLabel>
optional
options: ChartOptions<TType>
optional
plugins: Plugin<TType>[]