mercurial/templates/monoblue/graph.tmpl
changeset 35160 69a865dc2ada
parent 32759 265196cd7d7f
child 35221 75f9f366e5cc
--- a/mercurial/templates/monoblue/graph.tmpl	Wed Nov 22 21:32:18 2017 +0800
+++ b/mercurial/templates/monoblue/graph.tmpl	Wed Nov 22 21:49:36 2017 +0800
@@ -43,7 +43,7 @@
     var graph = new Graph();
     graph.scale({bg_height});
 
-    graph.vertex = function(x, y, color, parity, cur) \{
+    graph.vertex = function(x, y, radius, color, parity, cur) \{
 
         this.ctx.beginPath();
         color = this.setColor(color, 0.25, 0.75);