pissang commented on issue #17161: URL: https://github.com/apache/echarts/issues/17161#issuecomment-1149394573
From my test, the line chart doesn't if the LineChart is removed, which is expected. If I understand it correctly, I think your behavior is because you changed the code, and the preview page was refreshed by HMR. It's not a fresh new environment and the LineChart is still being registered. If you refresh the page, the LineChart will disappear as expected. -- 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]
