UNPKG

highcharts

Version:
27 lines (26 loc) 451 B
/* * * * (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 * * * */ 'use strict'; import TreemapNode from '../Treemap/TreemapNode.js'; /* * * * Class * * */ class SunburstNode extends TreemapNode { } /* * * * Default Export * * */ export default SunburstNode;