histogram-bellcurve.src.js 327 B

12345678910111213
  1. /**
  2. * @license Highcharts JS v8.2.0 (2020-08-20)
  3. * @module highcharts/modules/histogram-bellcurve
  4. * @requires highcharts
  5. *
  6. * (c) 2010-2019 Highsoft AS
  7. * Author: Sebastian Domas
  8. *
  9. * License: www.highcharts.com/license
  10. */
  11. 'use strict';
  12. import '../../Series/HistogramSeries.js';
  13. import '../../Series/BellcurveSeries.js';