Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.Ticks

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

type

{ formatters: { values(value: unknown): string | string[]; numeric(
tickValue: number,
index: number,
ticks: { value: number; }[],
): string; logarithmic(
tickValue: number,
index: number,
ticks: { value: number; }[],
): string; }; }