Skip to main content
Module

x/fresh_charts/deps.ts>ChartJs.CartesianParsedData

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

Properties

optional
_stacks: { [key: string]: { [key: number]: number; }; }