Skip to main content
Module

x/billboardjs/index.ts

πŸ“Š Re-usable, easy interface JavaScript chart library based on D3.js
Go to Latest
File
/** * Copyright (c) 2017 ~ present NAVER Corp. * billboard project is licensed under the MIT license */import * as shape from "./config/resolver/shape";import * as interaction from "./config/resolver/interaction";
// extends shape modulesObject.keys(shape) .forEach(v => shape[v]());
// extends interaction modulesObject.keys(interaction) .forEach(v => interaction[v]());
export {default, bb} from "./core";