json - Highcharts numericSymbols when rendered server-side with Phantomjs -


Is there any way to replace numerical symbols when rendering a hypertext to a server with Phantomjs? I generate JSON locally on the server and pass it to the phantom as a parameter with highcharch-convert.js script and my output file

My graphs are given in fine pictures But I should effectively do the same server-side (or via JSON) that a global client is set up with on the browser client:

  Highcharts.setOptions ({Lang: {numericSy Mbols: null}});   

Is there a way to do this with a callback? Or is it a JSON object that with whom can it be done?

This can help you:

This allows me to set my decimal Instructions help solve the problem. If you are using the POST method, then just follow the instructions given in the link, if using the command line method (like my), just click the Add globaloptions as parameters:

  Fastcoms Highchurch-convert.JS -Ifile Temp / Test. JS-Outfile Temple / Chart.png - Glooption Temp / Test 2.js   

and the content of temporary / test2.js was my case:

  { Lang: {decimal cross: ",", thousands of sips: "." }};    

Comments

  1. जावा प्रोग्रामिंग शुरुआत के लिए नमूने
    जावा में XML सर्वर कोड नमूना

    ReplyDelete

Post a Comment

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -