infacto opened a new issue, #18198: URL: https://github.com/apache/echarts/issues/18198
### What problem does this feature solve? Currently you can only pass the theme name to the init method. ### What does the proposed API look like? It would be great if we have a method to change the theme (by name). There is a "darkMode" option. But this is only the half of a real dark mode. Use case: Your page allows user to switch dark mode dynamically by a button or select list. All the content of the page immediately changes their look. In general by CSS. The echarts chart is a bit more work to implement that. I with it could be done simpler. -- 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]
