|
@@ -50,6 +50,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
var graph = new Escher.ScatterGraph();
|
|
var graph = new Escher.ScatterGraph();
|
|
|
|
+ graph.radius = 5;
|
|
graph.box.min.set(-500, -50);
|
|
graph.box.min.set(-500, -50);
|
|
graph.box.max.set(500, 50);
|
|
graph.box.max.set(500, 50);
|
|
graph.position.set(800, 600);
|
|
graph.position.set(800, 600);
|