histogram-bellcurve.src.js 325 B

12345678910111213
  1. /**
  2. * @license Highcharts JS v8.1.2 (2020-06-16)
  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 '../../modules/histogram.src.js';
  13. import '../../modules/bellcurve.src.js';