billboard.js
Version:
Re-usable easy interface JavaScript chart library, based on D3 v4+
14 lines (12 loc) • 332 B
TypeScript
/**
* Copyright (c) 2017 ~ present NAVER Corp.
* billboard.js project is licensed under the MIT license
*/
import {Plugin} from "../plugin";
import {BubblecompareOptions} from "./options";
export default class Bubblecompare extends Plugin {
/**
* Generate stanford diagram
*/
constructor(options: BubblecompareOptions);
}