UNPKG

highcharts

Version:
14 lines (13 loc) 356 B
/** * @license Highcharts JS v12.2.0 (2025-04-07) * @module highcharts/modules/lollipop * @requires highcharts * * (c) 2009-2025 Sebastian Bochan, Rafal Sebestjanski * * License: www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Series/Lollipop/LollipopSeries.js'; export default Highcharts;