Skip to content
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

Provide options to add Localization (i18N) support for the underlying high charts module #1903

Open
dsathyakumar opened this issue May 12, 2023 · 1 comment

Comments

@dsathyakumar
Copy link

Feature Request

Description

Provide options to add Localization (i18N) support for the underlying high charts module

Context

In components like <ebay-line-chart/>, the high charts module is used.
But right now <ebay-line-chart/> doesnt provide a way to pass lang attrs via the window.Highcharts.setOptions method.
This feature request is to add opts to provide i18N support for the module.

Screenshots

It would render something similar to
image

References

https://api.highcharts.com/highcharts/lang

@agliga
Copy link
Contributor

agliga commented May 17, 2023

You should be able to call this.getComponent('chart').chartRef.setOptions. If that works, that should be the solution to this and I will close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants