I found VivaGraphJS so I can visualize some data I generated through java. I'd like to be able to label the nodes with some text (not image) to represent the state. How will I do that. I'm looking for something like graph.addNode(1,"state A"), and also change the color of edge and node.
Sorry I've never done JavaScript so I'm looking for help here instead of spending hours searching.
Thanks.
I found VivaGraphJS so I can visualize some data I generated through java. I'd like to be able to label the nodes with some text (not image) to represent the state. How will I do that. I'm looking for something like graph.addNode(1,"state A"), and also change the color of edge and node.
Sorry I've never done JavaScript so I'm looking for help here instead of spending hours searching.
Thanks.