plainheart commented on issue #19286: URL: https://github.com/apache/echarts/issues/19286#issuecomment-1805320934
可能是因为 ECharts 默认在移动端开启了[智能指针吸附](https://echarts.apache.org/handbook/zh/how-to/interaction/coarse-pointer/),指针相应区域会稍有变大,以便于使用者点击。如果不希望这样,可以在 [`init`](https://echarts.apache.org/api.html#echarts.init)初始化图表时显式设置 `useCoarsePointer` 为 `false`。 -- 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]
