From e6e8f5fa56826b709142d623ce0689889673c1f1 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 31 Jul 2014 22:15:39 +0300 Subject: All new text analysis engine, multiple nodes "and" triplets new graph creation wheel new rhizicore functions --- scripts/gant.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts/gant.js') 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 -- cgit v1.3.1