Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.PointOptions

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

Properties

radius: number

Point radius

hitRadius: number

Extra radius added to point radius for hit detection.

pointStyle: PointStyle

Point style

rotation: number

Point rotation (in degrees).

drawActiveElementsOnTop: boolean

Draw the active elements over the other elements of the dataset,