@@ -72,6 +72,7 @@ export function GanttChartDay(options) {
*/
GanttChartDay.prototype.changeTasks = function(_tasks) {
this.tasks = _tasks
+ this.hoverEl = null;
this.forceRefreshGraph()
}
@@ -131,6 +131,7 @@ GanttChartMonth.prototype.forceRefreshGraph = function() {
})
this.todayTimeLineEl = null
this.gCanvas.destroy()
this.initDrawingReady()