UNPKG

highcharts

Version:
16 lines (15 loc) 373 B
/** * @license Highcharts JS v12.2.0 (2025-04-07) * @module highcharts/modules/dotplot * @requires highcharts * * Dot plot series type for Highcharts * * (c) 2010-2025 Torstein Honsi * * License: www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Series/DotPlot/DotPlotSeries.js'; export default Highcharts;