Roo/bootstrap/Graph.js
authorEdward <edward@roojs.com>
Tue, 16 Dec 2014 08:02:25 +0000 (16:02 +0800)
committerEdward <edward@roojs.com>
Tue, 16 Dec 2014 08:02:25 +0000 (16:02 +0800)
Roo/bootstrap/Graph.js

index 947f801..317cb0c 100644 (file)
@@ -91,7 +91,7 @@ Roo.extend(Roo.bootstrap.Graph, Roo.bootstrap.Component,  {
         Roo.bootstrap.Graph.superclass.onRender.call(this,ct,position);
         this.raphael = Raphael(this.el.dom);
         Roo.log(this.raphael);
-         this.raphael.setViewBox(0,0,100,100,true);
+         this.raphael.setViewBox(0,0,600,600,true);
 //        this.raphael.setSize('100%', 0);
                     // data1 = [[55, 20, 13, 32, 5, 1, 2, 10], [10, 2, 1, 5, 32, 13, 20, 55], [12, 20, 30]],
                     // data2 = [[55, 20, 13, 32, 5, 1, 2, 10], [10, 2, 1, 5, 32, 13, 20, 55], [12, 20, 30]],