Hi, I just found a bug:
I am going to display network communication response times as a waterfall 
diagram using the GanttChart.

It looks like the first data row must have a duration > 1 sec and 
everything works. If it is shorter, the library displays an error message 
like: this.kp[0] is undefined

Example

Wrong:
data.addRows([['0_01','0_01',new Date(2015,7,14,10,59,30,20),new 
Date(2015,7,14,10,59*,30*,488),468,99,null], ...

Correct:
data.addRows([['0_01','0_01',new Date(2015,7,14,10,59,30,20),new 
Date(2015,7,14,10,59*,31,*488),468,99,null], ...

The difference between them is the second field in end time column.

I would be pretty thankful, if someone could fix this.
Wolfram

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to