Module

x/billboardjs/Chart/api/category.ts>default

📊 Re-usable, easy interface JavaScript chart library based on D3.js
Go to Latest
variable default
import { default } from "https://dotland.deno.dev/x/billboardjs@3.9.0-next.2/Chart/api/category.ts";

Copyright (c) 2017 ~ present NAVER Corp. billboard.js project is licensed under the MIT license

type

{ category(i: number, category: string): string; categories(categories: string[]): string[]; }