Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.InteractionModeFunction

A server-side-rendered charting library for Fresh
Latest
type alias ChartJs.InteractionModeFunction
import { type ChartJs } from "https://deno.land/x/fresh_charts@0.3.1/deps.ts";
const { InteractionModeFunction } = ChartJs;
definition: (
chart: Chart,
useFinalPosition?: boolean,
) => InteractionItem[]