Skip to content

Commit e7f3e98

Browse files
Changed intervals in family matrix layout samples
1 parent 4557e84 commit e7f3e98

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

samples/javascript.controls/CaseMatrixLayoutInFamilyChart.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@
3838
options.arrowsDirection = primitives.common.GroupByType.Children;
3939
options.pageFitMode = primitives.common.PageFitMode.None;
4040

41+
/* Intervals */
42+
options.normalLevelShift = 20;
43+
options.dotLevelShift = 16;
44+
options.lineLevelShift = 10;
45+
options.normalItemsInterval = 20;
46+
options.dotItemsInterval = 10;
47+
options.lineItemsInterval = 5;
48+
options.cousinsIntervalMultiplier = 5;
49+
4150
control = primitives.famdiagram.Control(document.getElementById('basicdiagram'), options);
4251
});
4352

0 commit comments

Comments
 (0)