-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature menus language #164
Comments
Hi. I dont know if your issue is resolved, but you can refer to this issue on echarts repo: Regards |
This can be set by |
Give an option to change default language to |
fixed by exporting en version of echarts instead of 'echarts/src/echarts' in custom-echarts.ts
|
This worked: NgxEchartsModule.forRoot({
echarts: () => import('echarts/dist/echarts-en.min.js')
}), |
When using features such as:
The menu text is showing in Chinese how do you change the language from Chinese to English?
The text was updated successfully, but these errors were encountered: