pareto.src.js 286 B

12345678910111213
  1. /**
  2. * @license Highcharts JS v8.1.2 (2020-06-16)
  3. * @module highcharts/modules/pareto
  4. * @requires highcharts
  5. *
  6. * Pareto series type for Highcharts
  7. *
  8. * (c) 2010-2019 Sebastian Bochan
  9. *
  10. * License: www.highcharts.com/license
  11. */
  12. 'use strict';
  13. import '../../modules/pareto.src.js';