UNPKG

highcharts

Version:
16 lines (15 loc) 423 B
/** * @license Highcharts JS v12.2.0 (2025-04-07) * @module highcharts/modules/histogram-bellcurve * @requires highcharts * * (c) 2010-2025 Highsoft AS * Author: Sebastian Domas * * License: www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Series/Histogram/HistogramSeries.js'; import '../../Series/Bellcurve/BellcurveSeries.js'; export default Highcharts;