Hi,
I am trying to build a Gantt chart with milestone. However, the milestone is not showing up. I am not sure what I’m missing. Any help would be appreciated.
var tasks = {
“data”:[
{“id”:“1”, “text”:“Project #1”, “type”:gantt.config.types.project, “open”:true},
{“id”:“2”, “text”:“Task #1”, “start_date”:“12-04-2013”, “duration”:“3”, “parent”:“1”},
{“id”:“3”,“text”:“This is a milestone”,“duration”:“0”,“type”:gantt.config.types.milestone,“start_date”:“13-04-2013”,“parent_id”:“0”}],
“links”:[]
};