You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: