/** * @license Highcharts JS v8.2.0 (2020-08-20) * @module highcharts/modules/histogram-bellcurve * @requires highcharts * * (c) 2010-2019 Highsoft AS * Author: Sebastian Domas * * License: www.highcharts.com/license */ 'use strict'; import '../../Series/HistogramSeries.js'; import '../../Series/BellcurveSeries.js';