Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Add Spacing between nodes (Read 1770 times)
Santosh
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 28
Joined: Mar 25th, 2015
Add Spacing between nodes
Aug 26th, 2015 at 8:01am
Print Post  
Hi,
On creating nodes with certain width, the spacing is affected. The nodes tend to overlap each other.

Also, on the cell(0,2) where it shows the progress bar, the width of the cell needs to be equal to the width of the table. Here, specifying colspan is not helping, as the cell's content may overlap the table.
  

nodes.png ( 10 KB | 91 Downloads )
nodes.png
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Add Spacing between nodes
Reply #1 - Aug 26th, 2015 at 9:26am
Print Post  
Hi,

This build should fix TreeLayout:
https://www.mindfusion.eu/_temp/treelayout_js.zip

New version has some classes moved to common.js, which you must load before diagramming.js:

Code
Select All
<script src="MindFusion.Common.js" type="text/javascript"></script>
<script src="MindFusion.Diagramming.js" type="text/javascript"></script> 



I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Add Spacing between nodes
Reply #2 - Aug 26th, 2015 at 9:43am
Print Post  
Setting the progress cell's columnSpan to the number of table columns should fill the entire table now. In older versions the span did count only assigned width of last column; now it should consider its drawn width (as last column auto-fills the table by default).
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint