Is your feature request related to a problem? Please describe.
IWhen I try to modify the language of the charts engine using this package because there is no information on how to use the “registerLocale” function from the echarts core library. This makes it challenging to customize the charts for different languages and locales, which is crucial for internationalization.
Describe the solution you'd like
I would like the package to include documentation and support for using the “registerLocale” function from the echarts core library. This feature would allow developers to easily modify the language of the charts engine, enabling internationalization and localization of chart data.
Describe alternatives you've considered
In web projects it is implemented natively, it should have compatibility on this wrapper.
Additional context
Including support for “registerLocale” would greatly enhance the usability of the package for international projects. It would streamline the process of localizing charts, enabling developers to provide a more tailored experience to users in different regions.
Here's the documentation on usage for the official library:
https://echarts.apache.org/en/api.html#echarts.registerLocale