You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jQuery.Gantt
Hey guys am new here, so am trying to incorporate this Gantt plugin into my website using an API call. Below is a specification of how to pull in json data into the chart;
(".gantt").gantt({
// or 'data/data.json'
source: myData
});
HOWEVER, I WOULD LIKE TO DO THIS USING AN API CALL. Any ideas??