Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.ChartEvent

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

Properties

type:
| "contextmenu"
| "mouseenter"
| "mousedown"
| "mousemove"
| "mouseup"
| "mouseout"
| "click"
| "dblclick"
| "keydown"
| "keypress"
| "keyup"
| "resize"
native: Event | null
x: number | null
y: number | null