Hi,\nI was wondering if I can get a mind map like charts drawn using jgraph where I have root and many childe nodes which can have more child nodes, clicking on the nodes should make the child visible or hide them, similarly for the root. I need to be able to have javascript events defined on node clicks.\nIs this possible using jgraph?\nThanks\nPriyank
asked
07 Feb, 08:13
priyank15
1●1
accept rate:
0%
Yes, that's possible using mxGraph (the JavaScript version).
which editor should I use, is there a similar example in the examples section?
There's nothing specific to this kind of bubble display, but you just need to use ellipses as the shapes ("style=ellipse"). You can see expand/collapse demonstrated in the javascript/examples/tree.html example.