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

problem passing null values to json i.e for missing points #7

Open
jacksonc1 opened this issue Sep 17, 2012 · 1 comment
Open

problem passing null values to json i.e for missing points #7

jacksonc1 opened this issue Sep 17, 2012 · 1 comment

Comments

@jacksonc1
Copy link

I am using highcharts server side export.I am trying to render an image of graph..I am using json.I have null values(for missing points) in series data.But json is not accepting null unless we give it as 'null'.Due to this the graph image is not getting displayed properly.Can you please help me how to pass data for missing values to json in highcharts serverside export one2team.
For example the data series i have given is

"name:"

  • "'ACTUAL FORECAST'" + ","
  • "fillOpacity:" + "'0.1'" + "," + "data:" + "[" +
    "100000," + "350000," + "441000," + " 'null'," + " 'null'," + " 'null'," + " 'null'," + " 'null'," + " 'null',"
  • " 'null' " +
    Thank you,
    Jackson
@skasarla
Copy link

i am facing the same issue when i was passing few null values in data.pls help on this..

thanks in advance...

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