I am planning to implement a mindmap with a summary feature using JavaScript. The layout should roughly look like the image attached (summary feature in Xmind.app).
However, I am not sure how to layout the summary. Are there any papers, tutorials, implementations or sample codes or anything available for the layout algorithm of the summary feature?
Thank you.
What i have done so far:
Currently, I have implemented the basic layout of the mindmap using d3 and d3-flextree.
However, d3 and d3-flextree only support regular node layouts and do not support the summary feature.