helgasoft commented on issue #20199: URL: https://github.com/apache/echarts/issues/20199#issuecomment-2251288573
you forgot to set the filtered elements - add ```newOpt.graphic[0].elements = elements;``` before _setOption_. 🚩 Please follow **Official posting guidelines** (below). This is not a good place to ask questions about usage, "how to" or extensive debugging assistance. --- The issue list is reserved exclusively for bug reports and feature requests. For usage questions, please use the following resources: * Read the [docs](https://echarts.apache.org/option.html) * Find in [examples](https://echarts.apache.org/examples/) * Look for / ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/echarts) --- Another good resource is website [makeapie.cn](https://www.makeapie.cn/) with many **code examples**. -- 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]
