highcharts
Version:
JavaScript charting framework
26 lines (25 loc) • 373 B
JavaScript
/* *
*
* (c) 2010-2026 Highsoft AS
* Author: Paweł Lysy
*
* A commercial license may be required depending on use.
* See www.highcharts.com/license
*
*
* */
;
import TreemapNode from '../Treemap/TreemapNode.js';
/* *
*
* Class
*
* */
class SunburstNode extends TreemapNode {
}
/* *
*
* Default Export
*
* */
export default SunburstNode;