app/assets/javascripts/highcharts/modules/pareto.js in highcharts-rails-6.0.2 vs app/assets/javascripts/highcharts/modules/pareto.js in highcharts-rails-6.0.3
- old
+ new
@@ -1,7 +1,7 @@
/**
- * @license Highcharts JS v6.0.2 (2017-10-20)
+ * @license Highcharts JS v6.0.3 (2017-11-14)
*
* Pareto series type for Highcharts
*
* (c) 2010-2017 Sebastian Bochan
*
@@ -257,9 +257,17 @@
* @excluding data,dataParser,dataURL
* @product highcharts
* @apioption series.pareto
*/
+ /**
+ * An integer identifying the index to use for the base series, or a string
+ * representing the id of the series.
+ *
+ * @type {Number|String}
+ * @default undefined
+ * @apioption series.pareto.baseSeries
+ */
/**
* An array of data points for the series. For the `pareto` series type,
* points are calculated dynamically.
*