By Desiredbard - Monday, January 14, 2008
|
Hi there
Is it possible to reduce the number of ancestors in the Ancestor Pedigree Chart It seems to be individual + 6 ancestors Where doe I find that defined I'd like to reduce it to 3 or 4
|
By genome - Monday, January 14, 2008
|
It is not a configurable option at the moment but you could try editing the template individual.htm in a custom skin. change the numbers on lines 270 & 294 to say 4 and 3 respectively, or 3 and 2. You cannot increase these values from the default 6 & 5. This has not been tested by me.
|
By Desiredbard - Monday, January 14, 2008
|
Thanks a million I was getting crosseyed from searching the JS
Worked like a treat. (An is dead handy if you want to avoid a horizontal scrolbar
|
By powery - Monday, June 20, 2011
|
I have the opposite problem. How to increase the number of ancestors in the Ancestor Pedigree Chart?
|
By genome - Tuesday, June 21, 2011
|
You would 1st need to extend the 'chartmap' defined in Init.htm starting at line 1130. This will double in size for each generation added.
Then change, in individual.htm, the loop limit (currently 62) and counters mentioned in by 1st post in this thread. Currently the full tree can be seen in sections by following the links from the great x4 grandparents. I may at some point develop an ancestor chart similar to the descendants tree chart using jquery and dyntree.
|