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

2019-09-19 Thread GitBox
Ovilia commented on issue #11241: 用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失 URL: https://github.com/apache/incubator-echarts/issues/11241#issuecomment-533408555 Remove the `triggerOn: 'none'` and you will have the tooltip.

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

2019-09-17 Thread GitBox
Ovilia commented on issue #11241: 用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失 URL: https://github.com/apache/incubator-echarts/issues/11241#issuecomment-532486379 So what effect do you want? Do you want to get tooltip on scatters or not?

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

2019-09-16 Thread GitBox
Ovilia commented on issue #11241: 用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失 URL: https://github.com/apache/incubator-echarts/issues/11241#issuecomment-531739227 1. You should not use `triggerOn: 'none'` 2. If you comment the lines after Line 64, the