Hi,

I would like to compute time of rows based on the dependencies.

A row without start time, neither end time, but duration make a part of the 
job. With the aim "as soon as possible", it schedule the row closest to the 
" defaultStartDate" parameter, according to dependencies constraints.

Example : https://jsfiddle.net/sj4v9ako/

What I get is the first row is schedule at the defaultStartDate, then 
others rows are compute according to this row. The last row of the path, 
with a end time is correctly schedule at the end, but there is a space 
between this et the last but one. 

What I want is to schedule row "as late as possible", according to the last 
row with a set time. In my example, the last but one should be tailgate to 
the last and so forth. First row start in this way at 15 April.

It is possible with this api ?



-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/74c68a8b-1b1c-4b4e-b4fa-49f0af55ddccn%40googlegroups.com.

Reply via email to