我是highstock的新手,想知道如何在Highstock图表中突出显示x轴的曲线图波段。
我在以下网址制作了一个示例:https://dl.dropboxusercontent.com/u/2509207/PlotBand.html
有人能告诉我这是怎么做的吗?
发布于 2013-05-16 20:26:55
使用axis绘图带:http://api.highcharts.com/highstock#xAxis.plotBands (创建图表时添加)或动态添加它们:http://api.highcharts.com/highstock#Axis.addPlotBand()
https://stackoverflow.com/questions/16571321
复制相似问题