eschao edited a comment on issue #13527: URL: https://github.com/apache/incubator-echarts/issues/13527#issuecomment-722066896
Yes, I have met the same problem with `stack bar`, when I reset the series data with empty, the stack bar still show the previous data on the chart instead of empty chart, from the chart animation, I think it redrew but seems used the old data not the new series. I didn't see the same problem on the `line` and `normal bar` charts. After I called `clear()` before setting new data, it works. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
