是否有可能让 highstocks 使每个单独的窗格都有自己的阴影,而不是整个绘图区域?我尝试将阴影选项放在 yAxis 字段中,但这似乎不起作用:
yAxis: [{
title: {
text: 'OHLC'
},
height: 200,
lineWidth: 2,
id: 'OHLC',
//do it here??
chart: {
plotBackgroundColor: '#f2f6fb',
plotShadow: {
enabled: true,
width: 6,
offsetX: 2,
offsetY: 2
}
},
aaaand jsfiddler:http: //jsfiddle.net/abbike18/Ww5Tg/7/