Charts : disabled hrefs until it works

SVN:trunk[2091]
This commit is contained in:
Romain Quetiez
2012-06-12 13:06:54 +00:00
parent 463ade4bf4
commit 4562edb4ea

View File

@@ -212,7 +212,8 @@ $(function()
xs.push(iX); xs.push(iX);
ys.push(iY); ys.push(iY);
data.push(this.options.values[x][y]); 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; iY = iY + 1;
} }
iX = iX + 1; iX = iX + 1;