UNPKG

highcharts

Version:
16 lines (15 loc) 391 B
/** * @license Highcharts JS v@product.version@ (@product.date@) * @module highcharts/modules/pareto * @requires highcharts * * Pareto series type for Highcharts * * (c) 2010-2024 Sebastian Bochan * * License: www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Series/ParetoSeries/ParetoSeries.js'; export default Highcharts;