package.es-modules.masters.modules.treegraph.src.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of highcharts Show documentation
Show all versions of highcharts Show documentation
JavaScript charting framework
The newest version!
/**
* @license Highcharts JS [email protected]@ (@product.date@)
* Treegraph chart series type
* @module highcharts/modules/treegraph
* @requires highcharts
* @requires highcharts/modules/treemap
*
* (c) 2010-2024 Pawel Lysy Grzegorz Blachlinski
*
* License: www.highcharts.com/license
*/
'use strict';
import Highcharts from '../../Core/Globals.js';
import '../../Series/Treegraph/TreegraphSeries.js';
export default Highcharts;