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