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

x/deno_chart/deps.ts>ParagraphStyleConstructor

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

Methods

Fills out all optional fields with defaults. The emscripten bindings complain if there is a field undefined and it was expecting a float (for example).