Ovilia commented on issue #12033: Line chart trends and data do not match when switching series display in line chart URL: https://github.com/apache/incubator-echarts/issues/12033#issuecomment-573604742 This is because you have set `stack`, which makes 1180 lies on top of 1128. When 1128 is hidden, 1180 lies on the empty line. A quick fix would be removing all `stack` for three series.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
