import { TYPE_METHOD_NEEDED } from "https://deno.land/x/billboardjs@3.12.0-next.1/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; }