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

x/deno_chart/graph/GraphInstance.ts>Graph#save

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

Saves graph as png to given path

Parameters

imagePath: string

Path of image to save to