Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.GridLineOptions

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

Properties

display: boolean
circular: boolean
drawOnChartArea: boolean
drawTicks: boolean
tickBorderDash: number[]
tickBorderDashOffset: Scriptable<number, ScriptableScaleContext>
tickLength: number
tickWidth: number
offset: boolean
z: number