标签: highcharts gantt-chart
当前:
预期之一:
有什么方法可以在高图中填入特定颜色的缺口吗,我在这里使用图表类型xrange 在此先感谢评论中的代码链接
答案 0 :(得分:0)
最简单的解决方案是使用yAxis plotBands:
plotBands
plotBands: [{ from: -0.045, to: 0.04, color: 'red' }]
实时演示:http://jsfiddle.net/BlackLabel/z10pjmcr/