我在添加为标签的图像上遇到了一些错误对齐,有时在刷新期间会出现此问题。我怎样才能防止它发生?
这是我的代码:
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/