one2team / highcharts-serverside-export

Server side export for highcharts
92 stars 91 forks source link

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

Open jacksonc1 opened 12 years ago

jacksonc1 commented 12 years ago

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:"

skasarla commented 11 years ago

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

thanks in advance...