Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.ScriptableContext

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

Properties

active: boolean
chart: Chart$4
dataIndex: number
dataset: UnionToIntersection<ChartDataset<TType>>
datasetIndex: number
type: string
mode: string
parsed: UnionToIntersection<ParsedDataType<TType>>
raw: unknown