hungtcs opened a new issue, #18540:
URL: https://github.com/apache/echarts/issues/18540

   ### What problem does this feature solve?
   
   In a multilingual website, switching the language of the website often means 
changing the locale setting of echarts at the same time, but the current API 
can only specify locale when creating an instance.
   
   ```ts
   const instance = echarts.init(element, theme, { locale });
   ```
   
   ### What does the proposed API look like?
   
   I hope to add a `setLocale` method on the chart instance to change the 
language instead of **recreating a new instance every time**.


-- 
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]

Reply via email to