UNPKG

highcharts

Version:
16 lines (15 loc) 371 B
/** * @license Highcharts JS v@product.version@ (@product.date@) * @module highcharts/modules/sankey * @requires highcharts * * Sankey diagram module * * (c) 2010-2024 Torstein Honsi * * License: www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Series/Sankey/SankeySeries.js'; export default Highcharts;