highcharts
Version:
JavaScript charting framework
14 lines (13 loc) • 316 B
JavaScript
/**
* @license Highcharts JS v12.3.0 (2025-06-21)
* @module highcharts/modules/flowmap
* @requires highcharts
*
* (c) 2009-2025
*
* License: www.highcharts.com/license
*/
;
import Highcharts from '../../Core/Globals.js';
import '../../Series/FlowMap/FlowMapSeries.js';
export default Highcharts;