Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.InteractionModeMap

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

Properties

Returns items at the same index. If the options.intersect parameter is true, we only return items if we intersect something If the options.intersect mode is false, we find the nearest item and return the items at the same index as that item

Returns items in the same dataset. If the options.intersect parameter is true, we only return items if we intersect something If the options.intersect is false, we find the nearest item and return the items in that dataset

Point mode returns all elements that hit test based on the event position of the event

nearest mode returns the element closest to the point

x mode returns the elements that hit-test at the current x coordinate

y mode returns the elements that hit-test at the current y coordinate