- The "dataProcessor: 'force'" property is not working for nodeSets -> all nodeSets are at the same position. is there an alternative
nodeSet will not involved in the force layout process. If you want to set/get a position to a nodeSet. You can use vertexPositionSetter/vertexPositionGetter to achieve that.
See the example, for the nodeSet, use the first node's position as its position. You can modify this base on your real use case.
Comments
0 comments
Please sign in to leave a comment.