highcharts
Version:
JavaScript charting framework
27 lines (26 loc) • 451 B
JavaScript
/* *
*
* (c) 2010-2026 Highsoft AS
* Author: Paweł Lysy
*
* Integration of this software requires a license.
* - For commercial use, see www.highcharts.com/license
* - For non-commercial, see www.highcharts.com/license-eula
*
*
* */
;
import TreemapNode from '../Treemap/TreemapNode.js';
/* *
*
* Class
*
* */
class SunburstNode extends TreemapNode {
}
/* *
*
* Default Export
*
* */
export default SunburstNode;