navigator: {
height: 75,
series: {
type: 'column',
zones: zones,
fillColor: {
linearGradient: {
x1: 0,
y1: 0,
x2: 0,
y2: 1
},
stops: [
[0, Highcharts.getOptions().zones],
[1, Highcharts.Color(Highcharts.getOptions().zones).setOpacity(0.5).get('rgba')]
]
}
}
},