Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_chart/deps.ts>InputFlattenedRectangleArray

A graph library for deno. Inspired by Chart.js. A simpler implementation for basic bar graphs that save to an image.
Latest
type alias InputFlattenedRectangleArray
import { type InputFlattenedRectangleArray } from "https://deno.land/x/deno_chart@1.1.0/deps.ts";

CanvasKit APIs accept normal arrays, typed arrays, or Malloc'd memory as flattened rectangles. Length 4 * n for n rectangles.

definition: MallocObj | FlattenedRectangleArray | number[]