Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.RadarControllerDatasetOptions

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

Properties

xAxisID: string

The ID of the x axis to plot this dataset on.

yAxisID: string

The ID of the y axis to plot this dataset on.

spanGaps: boolean | number

If true, lines will be drawn between points with no or null data. If false, points with NaN data will create a break in the line. Can also be a number specifying the maximum gap length to span. The unit of the value depends on the scale used.

showLine: boolean

If false, the line is not drawn for this dataset.