提交 cc0e34a6 编写于 作者: K kener

timeline tooltip连续显示问题

http://www.oschina.net/question/1991188_167046
上级 62a437eb
......@@ -1617,7 +1617,10 @@ define(function (require) {
this._axisLineWidth = this.option.tooltip.axisPointer.lineStyle.width;
}
if (this.showing) {
this._tryShow();
var self = this;
setTimeout(function(){
self.zr.trigger(zrConfig.EVENT.MOUSEMOVE, self.zr.handler._event);
},50);
}
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册