From 4562edb4eae3507fb4a1286d16120feb5c65fc98 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Tue, 12 Jun 2012 13:06:54 +0000 Subject: [PATCH] Charts : disabled hrefs until it works SVN:trunk[2091] --- js/charts.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/charts.js b/js/charts.js index 7be0289f1e..53d9865252 100644 --- a/js/charts.js +++ b/js/charts.js @@ -212,7 +212,8 @@ $(function() xs.push(iX); ys.push(iY); data.push(this.options.values[x][y]); - hrefs.push(this.options.hrefs[x][y]); + // Not working yet + //hrefs.push(this.options.hrefs[x][y]); iY = iY + 1; } iX = iX + 1;