highcharts
Version:
JavaScript charting framework
16 lines (15 loc) • 388 B
JavaScript
/**
* @license Highcharts JS v@product.version@ (@product.date@)
* @module highcharts/modules/dotplot
* @requires highcharts
*
* Dot plot series type for Highcharts
*
* (c) 2010-2024 Torstein Honsi
*
* License: www.highcharts.com/license
*/
;
import Highcharts from '../../Core/Globals.js';
import '../../Series/DotPlot/DotPlotSeries.js';
export default Highcharts;