Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.PointPrefixedHoverOptions

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

Properties

pointHoverBackgroundColor: Color

Point background color when hovered.

pointHoverBorderColor: Color

Point border color when hovered.

pointHoverBorderWidth: number

Border width of point when hovered.

pointHoverRadius: number

The radius of the point when hovered.