Highcharts plotLine在两点之间?

时间:2017-07-21 06:23:08

标签: javascript highcharts highstock

红线是yAxis.plotLines,绿线是我想要的。
这是Jsfiddle

enter image description here

更新
通过创建自定义符号找到了一个hack(jsfiddle)。缺点是:
1-我将松开一个点的符号 2-不确定如何动态地向上/向下移动。

     chart.series[0].data[2].update({ 
        marker: {
            fillColor: 'red',
      lineWidth:4,
      lineHeight: 25,
      radius: 50,
      lineColor:'orange',
      symbol: 'hline'
    }
});

0 个答案:

没有答案