Nodz icon indicating copy to clipboard operation
Nodz copied to clipboard

Fix split for node/attributes in loadGraph()

Open AlexLaur opened this issue 5 years ago • 0 comments

If we have a node in the JSON like "node.color.R", there is an error. I added a rpartition instead of a split in order to have the last element for the attribute and the first element for the node : "node.color" for the name dans "R" for the attribute.

AlexLaur avatar Jan 28 '20 20:01 AlexLaur