Questions tagged [mindmap]
38 questions
0
votes
4 answers
Tool to make mindmap for test strategy
I need to draw a more elaborate Mindmap to present my test strategy to my client. I have no experience of creating mind map with any tool.
Can someone suggest any good mindmap making tool?

Megha
- 509
- 5
- 16
0
votes
2 answers
How to link controls, Mind Mapping style
I am trying to create a Mind Mapping look for an application I'm working on, where I need to link boxes with lines or arrows.
This is what I have so far:
And this is what I would like to achieve:
I can move and resize the boxes around, but after…

Eric Fortier
- 760
- 1
- 7
- 16
0
votes
1 answer
Freeplane/Freemind menu color
Hi I d'like to know if there is a way to change the color of the main menu (File Edit View Insert ...) of Freemind/Freeplane cause it always appears with a light grey color that somehow it hard to notice there is a menu there.
Ubuntu 12.04

Papouche Guinslyzinho
- 5,277
- 14
- 58
- 101
0
votes
1 answer
Primefaces MindMap Hierarchy
I was playing around with the primefaces MindMap component and I saw that the MindMap component isn´t rendering any nodes beyond the 1st hierarchy level. For example : It only displays the Root + Node1, but not Node2, which is a child of Node1.
I…

Breiti
- 579
- 5
- 21
0
votes
1 answer
Is there a way to automatically create a mind map using Freemind and Java code ?
Is there a way to create a mind map automatically using Java code and using Freemind ?

user1816046
- 9
- 2
-1
votes
1 answer
Looking for an example for using markmap in HTML file with Markdown
I want to use markmap with a static site generator. Therefore I want to find an example where markmap is used from HTML. I.e., the HTML file should contain the Markdown statements to produce the desired mindmap. The idea is that the actual mindmap…

Elmar Klausmeier
- 21
- 3
-1
votes
1 answer
distributing div elements on a ellipse in a box, prevent overlapping and overflow
I am trying to arrange a bunch of div with different size in a ellipse in a div box.
Here is what i have until yet:
http://jsfiddle.net/gz2bH/5/
var stage = $('#stage');
$('#middle').css('top', stage.outerHeight() / 2 - $('#middle').outerHeight() /…

lcase
- 63
- 4
-2
votes
1 answer
How to get GoJS mindmap JSON data into path variable in PHP
I am using gojs to make a mind map. What I want to do is, to format the JSON output into paths. I mean I want to take paths of the mindmap like this.
root > node1 > node2 > node3
Here is the output JSON
{ "class": "TreeModel", "nodeDataArray":…

Harsha
- 23
- 5