vendor/assets/javascripts/highcharts/themes/gray.js in highcharts-rails-2.3.5 vs vendor/assets/javascripts/highcharts/themes/gray.js in highcharts-rails-3.0.0
- old
+ new
@@ -51,10 +51,11 @@
},
yAxis: {
alternateGridColor: null,
minorTickInterval: null,
gridLineColor: 'rgba(255, 255, 255, .1)',
+ minorGridLineColor: 'rgba(255,255,255,0.07)',
lineWidth: 0,
tickWidth: 0,
labels: {
style: {
color: '#999',
@@ -98,10 +99,13 @@
}
},
plotOptions: {
+ series: {
+ shadow: true
+ },
line: {
dataLabels: {
color: '#CCC'
},
marker: {
@@ -129,29 +133,20 @@
}
},
navigation: {
buttonOptions: {
- backgroundColor: {
- linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 },
- stops: [
- [0.4, '#606060'],
- [0.6, '#333333']
- ]
- },
- borderColor: '#000000',
- symbolStroke: '#C0C0C0',
- hoverSymbolStroke: '#FFFFFF'
- }
- },
-
- exporting: {
- buttons: {
- exportButton: {
- symbolFill: '#55BE3B'
- },
- printButton: {
- symbolFill: '#7797BE'
+ symbolStroke: '#DDDDDD',
+ hoverSymbolStroke: '#FFFFFF',
+ theme: {
+ fill: {
+ linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 },
+ stops: [
+ [0.4, '#606060'],
+ [0.6, '#333333']
+ ]
+ },
+ stroke: '#000000'
}
}
},
// scroll charts