Hh
we Hi All,
We need to plot the trend line for 12 data point (months ).
2) This data contains both 0 and empty. 0 means threshold defined. Empty string means threshold not defined
3) When value is empty, it is being considered as 0 value and drawing the line. our requirement is, we shouldn’t draw the line in the chart for empty string, how can we achieve this?
Appreciate your help !
Ap
Try and add NULL in your array like:
5,6,0,5,7,8,null,4,2,9,0,null,1