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

x/deno_chart/deps.ts>CanvasTextAlign

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