billboard.js
Version:
Re-usable easy interface JavaScript chart library, based on D3 v4+
14 lines (12 loc) • 309 B
TypeScript
/**
* Copyright (c) 2017 ~ present NAVER Corp.
* billboard.js project is licensed under the MIT license
*/
import { bb } from "./bb";
export default bb;
export as namespace bb;
export { bb } from "./bb";
export * from './axis';
export * from './chart';
export * from './options';
export * from './types';