Project

General

Profile

1
$(function(){altair_gantt.init()}),altair_gantt={init:function(){var t=$("#gantt_chart");t.length&&(t.ganttView({data:ganttData,startDate:"07/24/2018",endDate:"11/30/2018",behavior:{onClick:function(t){console.log("You clicked on an event: \n",t)},onResize:function(t){console.log("You resized an event: \n",t)},onDrag:function(t){console.log("You dragged an event: \n",t)}}}),t.find("[title]").each(function(){$(this).attr("data-uk-tooltip","{offset:4}")}))}};
(96-96/114)