Skip to main content
Module

x/billboardjs/config/const.ts>TYPE_METHOD_NEEDED

📊 Re-usable, easy interface JavaScript chart library based on D3.js
Go to Latest
variable TYPE_METHOD_NEEDED
import { TYPE_METHOD_NEEDED } from "https://deno.land/x/billboardjs@3.7.3/config/const.ts";

Chart type module and its method from ChartInternal class, needed to be initialized.

type

{ AREA: string; AREA_LINE_RANGE: string; AREA_SPLINE: string; AREA_SPLINE_RANGE: string; AREA_STEP: string; BAR: string; BUBBLE: string; CANDLESTICK: string; DONUT: string; GAUGE: string; LINE: string; PIE: string; POLAR: string; RADAR: string; SCATTER: string; SPLINE: string; STEP: string; TREEMAP: string; }