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

x/fresh_charts/deps.ts>ChartJs.BasePlatform#isAttached

A server-side-rendered charting library for Fresh
Go to Latest
method ChartJs.BasePlatform.prototype.isAttached
import { ChartJs } from "https://deno.land/x/fresh_charts@0.3.0/deps.ts";
const { BasePlatform } = ChartJs;

Parameters

canvas: HTMLCanvasElement

Returns

boolean

true if the canvas is attached to the platform, false if not.