我改变了导航线的颜色:颜色:'rgba(255, 255, 255, 0.00)'
我改变了线的颜色:lineColor: 'red'
这是我的图表
但我无法更改导航器行下的颜色:ScreenShot
导航器的所有代码:
navigator: {
maskFill: 'rgba(255, 255, 255, 0.45)',
series: {
type: 'areaspline',
color: 'rgba(255, 255, 255, 0.00)',
fillOpacity: 0.4,
dataGrouping: {
smoothed: false
},
lineWidth: 2,
lineColor: 'red',
marker: {
enabled: false
},
shadow: true
},
yAxis: {
reversed: true
}
}