12 lines
281 B
JavaScript
12 lines
281 B
JavaScript
/**
|
|
* @license Highcharts JS v10.2.1 (2022-08-29)
|
|
* @module highcharts/modules/dumbbell
|
|
* @requires highcharts
|
|
*
|
|
* (c) 2009-2021 Sebastian Bochan, Rafal Sebestjanski
|
|
*
|
|
* License: www.highcharts.com/license
|
|
*/
|
|
'use strict';
|
|
import '../../Series/Dumbbell/DumbbellSeries.js';
|