是否有可能使每个单独的窗格有自己的阴影,而不是整个地块面积?我试着把阴影选项放在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/
整个绘图区域只支持阴影,参见:http://jsfiddle.net/Ww5Tg/8/
你有两个选择:
- 尝试使用
plotBands
为yAxis,但这可能不够 - 使用
chart.render.rect()
添加矩形的地方,你有窗格,颜色/选项,你必须