summaryrefslogtreecommitdiff
path: root/scripts/gant.js
diff options
context:
space:
mode:
authorOwen <despito@MacBook-Pro-de-Despito.local>2014-07-31 22:15:39 +0300
committerOwen <despito@MacBook-Pro-de-Despito.local>2014-07-31 22:15:39 +0300
commite6e8f5fa56826b709142d623ce0689889673c1f1 (patch)
tree7d7e01f7eb89c81240e10620ff51b0aa404184b4 /scripts/gant.js
parentea3316bea21fa3b384951eab63fdafd19d7df5bb (diff)
All new text analysis engine,
multiple nodes "and" triplets new graph creation wheel new rhizicore functions
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