阅读 jsfiddle 中的评论。在 c1 http://www.jsfiddle.net/QnU9e/1/中的蓝色和绿色之间的渲染图中不应存在空格
在条形图制作中 2 类 3 系列
series: [{
name: 'A',
data: [49.5, 71.5]
}, {
name: 'B',
data: [null, 78.8] // The space should not be there in rendered graph between blue one and green one in c1
}, {
name: 'c',
data: [30, 78.8]
}]