summaryrefslogtreecommitdiff
path: root/scripts/gant.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gant.js')
-rw-r--r--scripts/gant.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/gant.js b/scripts/gant.js
index 69d88961..cabca200 100644
--- a/scripts/gant.js
+++ b/scripts/gant.js
@@ -18,6 +18,7 @@ function checkSwitch(checkswitch) {
} else {
ganttTimer=0;
+
$('.missingdates').fadeIn(300);
graph.recenterZoom();
@@ -169,7 +170,6 @@ function initAxis() {
return labelY(i);
})
.text(function (d) {
- d.id
});
@@ -186,4 +186,6 @@ function initAxis() {
.attr("class", "axis gantt")
.call(xAxis);
+ graph.updateGraph();
+
} \ No newline at end of file