答案 0 :(得分:0)
您可以通过enabling plot lines for both x和y轴为图表的绘图区域添加此类背景。
xAxis:[{
gridLineWidth: 1
}] // for yAxis grid lines are visible by default
演示:http://jsfiddle.net/0md5s7cz/
或者,您可以为background of a chart's plot area设置图片。
chart: {
plotBackgroundImage: 'https://i.stack.imgur.com/BBTab.png'
},