ikantspelwurdz
Well-known member
- Joined
- Dec 8, 2009
- Messages
- 49
- Programming Experience
- 1-3
I have a table, like this:
I want to turn it into a visualized graph, like this:
Is there a library that can take the relational data and draw a graph like that for me? I don't need a lot of fancy features, though a big 'nice to have' would be if the library can throw an event when I click on a node. I can take care of altering the format of the input data to whatever the library expects. I just don't want to have to think about the visual layout.
Thing | Category |
Apple | Food |
Bill Gates | People |
Bread | Food |
Chai Tea | Edibles |
Dreamcast | Electronics |
Edibles | Everything |
Electronics | Everything |
FireTV Stick | Electronics |
Food | Edibles |
People | Everything |
Rocks | Everything |
I want to turn it into a visualized graph, like this:
Is there a library that can take the relational data and draw a graph like that for me? I don't need a lot of fancy features, though a big 'nice to have' would be if the library can throw an event when I click on a node. I can take care of altering the format of the input data to whatever the library expects. I just don't want to have to think about the visual layout.