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

Feature request for internationalization of strings #18

Open
cjohn001 opened this issue Nov 1, 2020 · 1 comment
Open

Feature request for internationalization of strings #18

cjohn001 opened this issue Nov 1, 2020 · 1 comment

Comments

@cjohn001
Copy link

cjohn001 commented Nov 1, 2020

Hello @mhtghn , I have two feature requests, at least I am not sure how to achieve these things with the current config options of the plugin.

First is related to internationalization . I am currently trying to set different language strings in order for DateTime axis to appear with the language dependent labels. With highcharts I need to set the following options which cannot be set via the chart options.
Highcharts.setOptions({
lang: {
months: [ ],
weekdays: [],
shortMonths: []
}
});

Is there currently a way to achive what I am trying? Would be great if this option could be added in case it is not. From what I red in the highcharts docs there is no other way rather than setting the strings on the Highchart object directly which seems not to be possible with the current API of the plugin. Thanks for your help.

@mhtghn
Copy link
Owner

mhtghn commented Nov 11, 2020

Hello @cjohn001

Sorry for the late reply, right now there is no way of doing such thing.
Ive been working on a new version of this plugin which will have the features you asked.
Tbh Im kinda stuck right now and unfortunately I dont have enough time right now to focus on it (office work).

Nevertheless Im not giving this plugin up, I will keep you updated as soon as its done. Sorry for the inconvenience.

If you are in a hurry you can check those kinda new charts plugins

@nativescript/ui-charts : Nativescript wrapper for Highcharts iOS and Android SDKs
@nativescript-community/ui-chart : based on MPAndroidChart, a powerful & easy to use chart library

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

No branches or pull requests

2 participants