billboard.js
Version:
Re-usable easy interface JavaScript chart library, based on D3 v4+
18 lines (15 loc) • 426 B
JavaScript
/*!
* Copyright (c) 2017 ~ present NAVER Corp.
* billboard.js project is licensed under the MIT license
*
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 4.0.1
*/
import shapeBubbleCommon from './core/bubble.js';
/**
* Copyright (c) 2017 ~ present NAVER Corp.
* billboard.js project is licensed under the MIT license
*/
export { shapeBubbleCommon as default };