在plotline highcharts上添加图像作为标签

时间:2017-11-28 03:00:53

标签: highcharts highstock

我在添加为标签的图像上遇到了一些错误对齐,有时在刷新期间会出现此问题。我怎样才能防止它发生?

enter image description here

这是我的代码:

  plotLines: [{
    color: '#FF0000',
    width: 2,
    value: 5.5,
    modifyPath: function(path) {
      return path;
    },
    label: {
      text: '<img src="https://s19.postimg.org/e88q9y8fn/finish.png">',
      align: 'center',
      verticalAlign: 'bottom',
      textAlign: 'center',
      //x: -10,
      y: -13,
      rotation: 360,
      useHTML: true
    }

  }]

这是我的样本jsfiddle:http://jsfiddle.net/dd5d7roh/

0 个答案:

没有答案