app/assets/javascripts/highcharts/themes/skies.js in highcharts-rails-5.0.14 vs app/assets/javascripts/highcharts/themes/skies.js in highcharts-rails-6.0.0
- old
+ new
@@ -1,32 +1,34 @@
/**
- * @license Highcharts JS v5.0.0 (2016-09-29)
+ * @license Highcharts JS v6.0.0 (2017-10-04)
*
- * (c) 2009-2016 Torstein Honsi
+ * (c) 2009-2017 Torstein Honsi
*
* License: www.highcharts.com/license
*/
+'use strict';
(function(factory) {
if (typeof module === 'object' && module.exports) {
module.exports = factory;
} else {
factory(Highcharts);
}
}(function(Highcharts) {
(function(Highcharts) {
/**
- * (c) 2010-2016 Torstein Honsi
+ * (c) 2010-2017 Torstein Honsi
*
* License: www.highcharts.com/license
*
* Skies theme for Highcharts JS
* @author Torstein Honsi
*/
- 'use strict';
Highcharts.theme = {
- colors: ['#514F78', '#42A07B', '#9B5E4A', '#72727F', '#1F949A', '#82914E', '#86777F', '#42A07B'],
+ colors: ['#514F78', '#42A07B', '#9B5E4A', '#72727F', '#1F949A',
+ '#82914E', '#86777F', '#42A07B'
+ ],
chart: {
className: 'skies',
borderWidth: 0,
plotShadow: true,
plotBackgroundImage: 'http://www.highcharts.com/demo/gfx/skies.jpg',
@@ -40,17 +42,19 @@
plotBorderWidth: 1
},
title: {
style: {
color: '#3E576F',
- font: '16px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif'
+ font: '16px Lucida Grande, Lucida Sans Unicode,' +
+ ' Verdana, Arial, Helvetica, sans-serif'
}
},
subtitle: {
style: {
color: '#6D869F',
- font: '12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif'
+ font: '12px Lucida Grande, Lucida Sans Unicode,' +
+ ' Verdana, Arial, Helvetica, sans-serif'
}
},
xAxis: {
gridLineWidth: 0,
lineColor: '#C0D0E0',
@@ -62,11 +66,12 @@
}
},
title: {
style: {
color: '#666',
- font: '12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif'
+ font: '12px Lucida Grande, Lucida Sans Unicode,' +
+ ' Verdana, Arial, Helvetica, sans-serif'
}
}
},
yAxis: {
alternateGridColor: 'rgba(255, 255, 255, .5)',
@@ -80,10 +85,11 @@
}
},
title: {
style: {
color: '#666',
- font: '12px Lucida Grande, Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif'
+ font: '12px Lucida Grande, Lucida Sans Unicode,' +
+ ' Verdana, Arial, Helvetica, sans-serif'
}
}
},
legend: {
itemStyle: {