highcharts lang option not working
I've exhausted my options on the highcharts side (i think) so posting here. I can't seem to get the lang option working on my charts - specifically:
"numericSymbols": ["k", "M", "B", " T", "P", "E"]
I'd like my B to represent Billions and web seems to default to G for giga even when I set the above lang options in my chart config.
-
Hi Andrew,
Would it be possible for you to share your app config JSON with the charts model?
You can share them to pairin.mason@vertigis.com
Cheers,
Pairin
0 -
Sent!
0 -
Hi Andrew,
This could potentially be a bug in our Web. I filed a ticket for the team to take a closer look. Sorry for the inconvenience.
Cheers,
Pairin
0 -
Noticed today but lang falls within Highcharts.setOptions vs the Highcharts.chart configuration. From what I can tell, Web gives us access to the Highcharts.chart config and not the Highcharts.setOptions.
0 -
@Pairin Mason?
It would be very useful to have access to the Highcharts setOptions function.
For example to set a local timezone for displaying UTC stored datetime:
Highcharts.setOptions({
time: {
timezone: 'Europe/Paris'
}
});
0
Please sign in to leave a comment.
Comments
5 comments