|
@ -76,7 +76,6 @@ function Node(properties, imagelist, grouplist, constants) { |
|
|
this.fixedData = {x:null,y:null}; |
|
|
this.fixedData = {x:null,y:null}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
console.log(properties) |
|
|
|
|
|
this.setProperties(properties, constants); |
|
|
this.setProperties(properties, constants); |
|
|
|
|
|
|
|
|
// creating the variables for clustering
|
|
|
// creating the variables for clustering
|
|
|