12 lines
246 B
JavaScript
12 lines
246 B
JavaScript
![]() |
/**
|
||
|
* @license @product.name@ JS v@product.version@ (@product.date@)
|
||
|
*
|
||
|
* Pareto series type for Highcharts
|
||
|
*
|
||
|
* (c) 2010-2018 Sebastian Bochan
|
||
|
*
|
||
|
* License: www.highcharts.com/license
|
||
|
*/
|
||
|
'use strict';
|
||
|
import '../../modules/pareto.src.js';
|