#include "#SYSPATHMS4BI+\zInclude\includeChart.h" ** ************************************************************ ** DISPLAY CHART gantt ** *********************************************************** Begin_Block_Rwd : margin_page Setting : Backgroundcolor : "GAINSBORO" ; begin_sw \n\l\n <`` # MS4BI : GANTT --(Google chart)-- # ``> end_sw ; BEGIN FormGoogle : DRAWGANTT ** columns are :Task ID ,Task Name,Resource,Start Date,End Date,Duration,Percent Complete,Dependencies begin_sw ([ ['Research', 'Find sources','robert', new Date(2015, 0, 1), new Date(2015, 0, 5), null, 100, null], ['Write', 'Write paper','john', null, new Date(2015, 0, 9), daysToMilliseconds(3), 25, 'Research,Outline'], ['Cite', 'Create bibliography','john', null, new Date(2015, 0, 7), daysToMilliseconds(1), 20, 'Research'], ['Complete', 'Hand in paper','cath', null, new Date(2015, 0, 10), daysToMilliseconds(1), 0, 'Cite,Write'], ['Outline', 'Outline paper','phil', null, new Date(2015, 0, 6), daysToMilliseconds(1), 100, 'Research'] ]); var options = { height: 275 }; end_sw ; position : relative,auto,auto : link>Help Gantt (google chart)">; END; End_Block_Rwd ;