Using the TreeModel, all the node data is loaded and is visible by simply giving it the array of objects. Unfortunately, I haven’t had any luck yet getting GraphLinksModel to display the text inside each node, even though I can see most (if not all) of the nodes I’m expecting.
I’m putting the data as each node’s value, since I’ve only seen the examples where key value objects are pushed into the model’s data array.
Any suggestions?