Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Commit 333b07c

Browse files
Updated JavaScript to 6.0.3
1 parent 3ae5903 commit 333b07c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+3105
-1717
lines changed

app/assets/javascripts/highcharts.js

+1,635-498
Large diffs are not rendered by default.

app/assets/javascripts/highcharts/highcharts-3d.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Highcharts JS v6.0.2 (2017-10-20)
2+
* @license Highcharts JS v6.0.3 (2017-11-14)
33
*
44
* 3D features for Highcharts JS
55
*

app/assets/javascripts/highcharts/highcharts-more.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Highcharts JS v6.0.2 (2017-10-20)
2+
* @license Highcharts JS v6.0.3 (2017-11-14)
33
*
44
* (c) 2009-2016 Torstein Honsi
55
*
@@ -1321,7 +1321,7 @@
13211321
}
13221322

13231323
this.graphPath = linePath;
1324-
this.areaPath = this.areaPath.concat(lowerPath, higherAreaPath);
1324+
this.areaPath = lowerPath.concat(higherAreaPath);
13251325

13261326
// Prepare for sideways animation
13271327
linePath.isArea = true;

0 commit comments

Comments
 (0)