Re: [visualization-api] Google charts doesn't display charts

2018-04-09 Thread Gaith Daragmeh
Correction if(number && Number.isInteger(number)) On Mon, Apr 9, 2018, 7:07 AM Gaith Daragmeh wrote: > You can algo verify (value && parseIt(value)) > In case the server send it as string > On Mon, Apr 9, 2018, 3:24 AM Jeroen Gees < > monitoring.lasercont...@gmail.com>

Re: [visualization-api] Google charts doesn't display charts

2018-04-09 Thread Gaith Daragmeh
You can algo verify (value && parseIt(value)) In case the server send it as string On Mon, Apr 9, 2018, 3:24 AM Jeroen Gees wrote: > Hi Gaith, > > 0 is also a value because we take the delta from each point. > I found the solution. instead of empty I put NaN.

Re: [visualization-api] Google charts doesn't display charts

2018-04-09 Thread Jeroen Gees
Hi Gaith, 0 is also a value because we take the delta from each point. I found the solution. instead of empty I put NaN. Thanks J Op zaterdag 7 april 2018 14:44:12 UTC+2 schreef Gaith Daragmeh: > > Just dovalue ? value : 0: > > On Sat, Apr 7, 2018, 4:32 AM jeroen gees

Re: [visualization-api] Google charts doesn't display charts

2018-04-07 Thread Gaith Daragmeh
Just dovalue ? value : 0: On Sat, Apr 7, 2018, 4:32 AM jeroen gees wrote: > Hi, > > I made a website where you can check measured points. > Sometimes we are not able to do this measurement and then the value is > empty. > If this empty value is on the end of a session,