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

Where to set lang: { numericSymbols: null } #48

Closed
rafael-trevisan opened this issue May 24, 2017 · 1 comment
Closed

Where to set lang: { numericSymbols: null } #48

rafael-trevisan opened this issue May 24, 2017 · 1 comment

Comments

@rafael-trevisan
Copy link

Hey guys,

Where do I set lang: { numericSymbols: null } when using const exporter = require('highcharts-export-server'); ?

@cvasseng
Copy link
Contributor

Sorry for the late reply, in case you didn't figure it out already (which I'm guessing is not the case given your other issues regarding globalOptions), it's set through globalOptions.

let myExportOptions = {
   options: { ..chart config..},
   globalOptions: {
      lang: {..lang options..}
   }
};

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