Skip to main content
Module

x/billboardjs/Plugin/Plugin.ts>default

📊 Re-usable, easy interface JavaScript chart library based on D3.js
Go to Latest
class default
import { default } from "https://deno.land/x/billboardjs@3.4.1/Plugin/Plugin.ts";

Version info string for plugin

Examples

bb.plugin.stanford.version; // ex) 1.9.0

Constructors

new
default(options?)

Constructor

Properties

$$
options

Methods

Lifecycle hook for 'afterInit' phase.

Lifecycle hook for 'beforeInit' phase.

Lifecycle hook for 'init' phase.

Lifecycle hook for 'redraw' phase.

Lifecycle hook for 'willDestroy' phase.

Static Properties

version: string