pissang commented on code in PR #18032:
URL: https://github.com/apache/echarts/pull/18032#discussion_r1042862485
##########
src/chart/line/LineView.ts:
##########
@@ -644,7 +644,7 @@ class LineView extends ChartView {
const lineGroup = this._lineGroup;
- const hasAnimation = seriesModel.get('animation');
+ const hasAnimation = !ecModel.ssr && seriesModel.isAnimationEnabled();
Review Comment:
`seriesModel.isAnimationEnabled` should have considerd `ecModel.ssr`
--
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]