diff --git a/src/views/entityExplorer/entityGraph/node.js b/src/views/entityExplorer/entityGraph/node.js index 7c2a8fad..28d9fd1c 100644 --- a/src/views/entityExplorer/entityGraph/node.js +++ b/src/views/entityExplorer/entityGraph/node.js @@ -11,7 +11,7 @@ export default class Node { * cfg: { entityType, entityName } * */ constructor (type, id, data, sourceNode, strength, img) { - this.id = id + type + this.id = id + data.entityType this.realId = id this.type = type this.vx = 0