Skip to main content
Module

x/billboardjs/config/const.ts>TYPE_BY_CATEGORY

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

chart types by category

type

{ Area: any[]; AreaRange: any[]; Arc: any[]; Line: any[]; Step: any[]; Spline: any[]; }