UNPKG

highcharts

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