Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno_chart/deps.ts>FlattenedPointArray

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

FlattenedPointArray represents n points by 2*n float values. In order, the values should be the x, y for each point.

definition: Float32Array