[GitHub] [incubator-echarts] microchang commented on issue #11241: 用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失

2019-09-20 Thread GitBox
microchang commented on issue #11241: 
用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失
URL: 
https://github.com/apache/incubator-echarts/issues/11241#issuecomment-533462496
 
 
   
以防我英语太差没能说明白,我再拿中文解释下我遇到的问题:在可拖拽的散点图的点数量超过largeThreshold(默认是2000)的时候,tooltips消失.哪怕
 `triggerOn:'none'` 
不去掉,在1999的时候也是可以正常显示的,但是只要高于2000,那么tooltips就无法正常显示.(正常显示是指鼠标悬停在图标正上方的时候,tooltips一直显示不消失,在高于2000的时候鼠标滑过有一定概率显示tooltips,但是会立刻消失).
   
   我希望能得到更多关注,这并不是一个使用上的咨询.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] microchang commented on issue #11241: 用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失

2019-09-20 Thread GitBox
microchang commented on issue #11241: 
用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失
URL: 
https://github.com/apache/incubator-echarts/issues/11241#issuecomment-533460290
 
 
   remove the `triggerOn:'none'` can not help. Sometimes tooltop can be see saw 
 because some soctters is not covered by graphic element.But most soctters is 
covered by graphic element.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] microchang commented on issue #11241: 用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失

2019-09-19 Thread GitBox
microchang commented on issue #11241: 
用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失
URL: 
https://github.com/apache/incubator-echarts/issues/11241#issuecomment-533406437
 
 
   hello?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] microchang commented on issue #11241: 用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失

2019-09-17 Thread GitBox
microchang commented on issue #11241: 
用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失
URL: 
https://github.com/apache/incubator-echarts/issues/11241#issuecomment-532493861
 
 
   a mount of pointer, tooltip on scatters, and can be dragged.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] microchang commented on issue #11241: 用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失

2019-09-16 Thread GitBox
microchang commented on issue #11241: 
用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失
URL: 
https://github.com/apache/incubator-echarts/issues/11241#issuecomment-531793396
 
 
   The graphic element, is the reason why I use `triggerOn: 'none'` for. In 
fact, this is the [official 
example](https://www.echartsjs.com/examples/zh/editor.html?c=line-draggable) to 
implement drag. Graphic element can not trigger tooltip, and the graphic 
element is really block the scatter,so I can not remove the `triggerOn: 'none'` 
nor the grraphic emement.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org