多条折线图,使用split时,并固定位置时,总是多一条多余的线出来。

	crosshairs: true,
	split: true,
	positioner: function(boxWidth, boxHeight, point) {   
		return {x:point.plotX + 9,y:point.plotY-20};     	
	}

配置

headerShape: 'square',
shape: 'square'

即可,例子:https://jshare.com.cn/demos/hhhhxL/499

谢谢谢谢,感谢大佬 :grinning: