|
@@ -83,8 +83,10 @@ GanttChartMonth.prototype.toggle = function(index) {
|
|
} else {
|
|
} else {
|
|
this.tasks[index].open = true
|
|
this.tasks[index].open = true
|
|
}
|
|
}
|
|
- this.processData()
|
|
|
|
- this.drawTasks()
|
|
|
|
|
|
+ this.gCanvas.destroy()
|
|
|
|
+ this.initDrawingReady()
|
|
|
|
+// this.processData()
|
|
|
|
+// this.drawTasks()
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -561,7 +563,6 @@ GanttChartMonth.prototype.drawTasks = function() {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
})
|
|
})
|
|
-
|
|
|
|
taskGroup.show()
|
|
taskGroup.show()
|
|
} else {
|
|
} else {
|
|
if (topTask.gGroup) {
|
|
if (topTask.gGroup) {
|