是否可以拖动标记,当前单击能够使用高图表中的情节线获取新标记的图表!是否可以按住/抓住标记线并将其拖动到图表上?
var chart = this.xAxis[0];
chart.removePlotLine('plot-line-1');
chart.addPlotLine({
value: event.xAxis[0].value,
color: '#FF0000',
width: 2,
id: 'plot-line-1'
});