tevinch commented on issue #21744: URL: https://github.com/apache/echarts/issues/21744#issuecomment-5776631580
A small correction to point 2: [`elCount` counts non-group elements](https://github.com/apache/echarts/blob/6.1.0/src/core/echarts.ts#L2601-L2609) (`if (!el.isGroup)`), and the threshold check is strictly `elCount > hoverLayerThreshold`. Equality also leaves this threshold-based hover layer off at that update. My regression results above cover SVG only. They do not establish Canvas correctness after disabling the layer, or that a count sampled after one render stays sufficient after changes to chart content. For the original SVG case on 6.1.0, the renderer guard avoids this threshold calculation entirely. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
