UNPKG

highcharts

Version:
16 lines (15 loc) 376 B
/** * @license Highcharts JS v12.3.0 (2025-06-21) * @module highcharts/modules/pareto * @requires highcharts * * Pareto series type for Highcharts * * (c) 2010-2025 Sebastian Bochan * * License: www.highcharts.com/license */ 'use strict'; import Highcharts from '../../Core/Globals.js'; import '../../Series/ParetoSeries/ParetoSeries.js'; export default Highcharts;