Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.PointPrefixedOptions

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

Properties

pointBackgroundColor: Color

The fill color for points.

pointBorderColor: Color

The border color for points.

pointBorderWidth: number

The width of the point border in pixels.

pointHitRadius: number

The pixel size of the non-displayed point that reacts to mouse events.

pointRadius: number

The radius of the point shape. If set to 0, the point is not rendered.

pointRotation: number

The rotation of the point in degrees.

pointStyle: PointStyle

Style of the point.