hustcc

Results 453 comments of hustcc

@LPlusM @timashev Can help to debug this issue? release history [here](https://github.com/hustcc/echarts-for-react/releases/tag/v3.0.3).

@timashev @XijueYZ I have deprecated v3.0.3. Can help to debug which pr cause this bug. - https://github.com/hustcc/echarts-for-react/pull/464 - https://github.com/hustcc/echarts-for-react/pull/520 - https://github.com/hustcc/echarts-for-react/pull/444

直接来提个 pr 不?正好你那有环境测试。

v2 目前只有 plot 和 graph,地图部分暂时只能用 v1.

锁定 layout 版本,没有解决~ 锁定 G6 5.0.24 是 ok 的。

跟 nextjs 有关系,估计是因为 ssr 的原因。

感觉可能和之前的 tooltip 修改有关系,这个图的 tooltip 拾取需要走图形拾取,而不是数据的拾取。

这个 tooltip 怎么不是使用图形去拾取?数学计算去拾取只在一些场景开启,比如:在柱形图空白地方也能触发 tooltip。

> 是指将 tooltip 监听事件从整个 canvas 身上移动到 rect 和 line 这些 shape 身上吗?可能有一个问题,就是无效数据像 null 和未定义这样的根本不存在 element ,可能这种需要做一些特殊监听处理,就是默认打开空白地方也能触发 tooltip,我觉得这个方法可以试试,确实每个图形单独拾取可以解决数学计算很多边缘情况无法考虑到的问题。🤔 是的,我记得之前是有不同模式,大部分图形,其实监听元素事件,比如散点图,基本只有柱形图才有数学拾取的情况。是之前某个 pr 修改了逻辑吗?