From c290e3f9138787d9cdb3d0f2c2f1c6d3eb54d802 Mon Sep 17 00:00:00 2001 From: robbielj Date: Fri, 14 Mar 2014 13:52:51 +0100 Subject: [PATCH] Update dgraph.js --- js/directives/dgraph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/directives/dgraph.js b/js/directives/dgraph.js index 6e53d23..36e60da 100644 --- a/js/directives/dgraph.js +++ b/js/directives/dgraph.js @@ -61,7 +61,7 @@ angular }, yaxis: { position: "right", - ticks: function(axis) { + ticks: function(axis) { var res = [0]; var round = Math.max(1, Math.ceil(axis.max / yTickBase)); var step = Math.max(1, Math.ceil(round / yTicks));