highcharts
Version:
JavaScript charting framework
14 lines (13 loc) • 371 B
JavaScript
/**
* @license Highcharts JS v@product.version@ (@product.date@)
* @module highcharts/modules/dumbbell
* @requires highcharts
*
* (c) 2009-2024 Sebastian Bochan, Rafal Sebestjanski
*
* License: www.highcharts.com/license
*/
;
import Highcharts from '../../Core/Globals.js';
import '../../Series/Dumbbell/DumbbellSeries.js';
export default Highcharts;