UNPKG

highcharts

Version:
18 lines (17 loc) 526 B
// SPDX-License-Identifier: LicenseRef-Highcharts /** * @license Highcharts JS v12.6.0 (2026-04-13) * @module highcharts/modules/histogram-bellcurve * @requires highcharts * * (c) 2010-2026 Highsoft AS * Author: Sebastian Domas * * A commercial license may be required depending on use. * See 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;