Skip to content

Commit 909eb68

Browse files
Removed annotations validation
1 parent ef01988 commit 909eb68

15 files changed

+679
-643
lines changed

samples/javascript.controls/DemoCrossTeamGroup.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
horizontalAlignment: primitives.common.HorizontalAlignmentType.Left,
2525
childrenPlacementType: primitives.common.ChildrenPlacementType.Horizontal,
2626
leavesPlacementType: primitives.common.ChildrenPlacementType.Horizontal,
27+
placeAdvisersAboveChildren: true,
28+
placeAssistantsAboveChildren: true,
2729
maximumColumnsInMatrix: 6,
2830
minimalVisibility: primitives.common.Visibility.Dot,
2931
selectionPathMode: primitives.common.SelectionPathMode.FullStack,

samples/javascript.controls/DemoDynamicLoading.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
horizontalAlignment: primitives.common.HorizontalAlignmentType.Center,
6363
childrenPlacementType: primitives.common.ChildrenPlacementType.Horizontal,
6464
leavesPlacementType: primitives.common.ChildrenPlacementType.Horizontal,
65+
placeAdvisersAboveChildren: true,
66+
placeAssistantsAboveChildren: true,
6567
maximumColumnsInMatrix: 6,
6668
minimalVisibility: primitives.common.Visibility.Dot,
6769
selectionPathMode: primitives.common.SelectionPathMode.FullStack,

samples/javascript.controls/DemoLargeHierarchy.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
horizontalAlignment: primitives.common.HorizontalAlignmentType.Center,
2525
childrenPlacementType: primitives.common.ChildrenPlacementType.Horizontal,
2626
leavesPlacementType: primitives.common.ChildrenPlacementType.Horizontal,
27+
placeAdvisersAboveChildren: true,
28+
placeAssistantsAboveChildren: true,
2729
maximumColumnsInMatrix: 6,
2830
minimalVisibility: primitives.common.Visibility.Dot,
2931
selectionPathMode: primitives.common.SelectionPathMode.FullStack,

samples/javascript.controls/DemoOrgDiagramMatrixLayout.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
horizontalAlignment: primitives.common.HorizontalAlignmentType.Center,
2525
childrenPlacementType: primitives.common.ChildrenPlacementType.Horizontal,
2626
leavesPlacementType: primitives.common.ChildrenPlacementType.Matrix,
27+
placeAdvisersAboveChildren: true,
28+
placeAssistantsAboveChildren: true,
2729
maximumColumnsInMatrix: 6,
2830
minimalVisibility: primitives.common.Visibility.Dot,
2931
selectionPathMode: primitives.common.SelectionPathMode.FullStack,

0 commit comments

Comments
 (0)