UNPKG

billboard.js

Version:

Re-usable easy interface JavaScript chart library, based on D3 v4+

8 lines (7 loc) 266 B
/** * Copyright (c) 2017 ~ present NAVER Corp. * billboard.js project is licensed under the MIT license */ export {selectionModule as selection} from "./selection"; export {subchartModule as subchart} from "./subchart"; export {zoomModule as zoom} from "./zoom";