plainheart edited a comment on issue #16661: URL: https://github.com/apache/echarts/issues/16661#issuecomment-1063831425
和 #16329 类似。默认情况下系列会裁切超出坐标系的数据点,但因为坐标计算的时候会有微小的偏差导致被误裁切。可以先设置 [`series.clip`](https://echarts.apache.org/option.html#series-scatter.clip) 为 `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]
