You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apireference/enums.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,9 +212,9 @@ Fits diagram into available screen space. When diagram size significantly larger
212
212
213
213
| Name | Type | Value | Description |
214
214
| --- | --- | --- | --- |
215
-
|`AutoSize`| number |`5`| This is opposite mode to auto fit. In this mode diagram controls its size, it sets its size to accomodate all nodes and render them normally. |
215
+
|`AutoSize`| number |`5`| This is opposite mode to auto fit. In this mode diagram controls its size, it sets its size to fit all nodes and render them full size using templates. |
216
216
|`FitToPage`| number |`3`| Fits diagram into the view so it has no scrollbars. |
217
-
|`None`| number |`0`| Disabled. All nodes rendered with their templates. |
217
+
|`None`| number |`0`| Disabled. All nodes are being rendered using their templates. |
218
218
|`PageHeight`| number |`2`| Fits diagram into the view hight, so it has no vertical scrollbar. |
219
219
|`PageWidth`| number |`1`| Fits diagram into the view width, so it has no horizontal scrollbar. |
220
220
|`SelectionOnly`| number |`6`| Renders all nodes as markers regardless of available screen space. Control selects and renders full size cursor, its neighbours and selected nodes only. Don't forget to disable selection path as well, so nodes from cursor up to the root are not selected. |
Copy file name to clipboardExpand all lines: apireference/famdiagram.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,13 @@ Family Chart configuration object. Use this object as a reference for available
64
64
|`defaultCalloutTemplateName`| string |`null`| Callout annotation default template name. Templates are HTML fragments containing layout and styles used to render diagram nodes. They are defined with a named configuration objects. See `templates` property of control's configuration object. |
|`frameInnerPadding`| Thickness |`{2, 2, 2, 2}`| Frame inner padding. Adds extra padding around markers on the inner side of the frame. |
71
+
|`frameOuterPadding`| Thickness |`{2, 2, 2, 2}`| Frame outer padding. Adds extra padding around markers on the outer side of the frame. |
72
+
|`showFrame`| boolean |`false`| Sets selected items frame visibility. If selected item is outside of the diagram's area visible to the end user, control displays that item in the form of the marker on frame around the diagram. |
Copy file name to clipboardExpand all lines: apireference/orgdiagram.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,13 @@ Organizational Chart configuration object. Use this object as a reference for av
62
62
|`defaultCalloutTemplateName`| string |`null`| Callout annotation default template name. Templates are HTML fragments containing layout and styles used to render diagram nodes. They are defined with a named configuration objects. See `templates` property of control's configuration object. |
|`frameInnerPadding`| Thickness |`{2, 2, 2, 2}`| Frame inner padding. Adds extra padding around markers on the inner side of the frame. |
69
+
|`frameOuterPadding`| Thickness |`{2, 2, 2, 2}`| Frame outer padding. Adds extra padding around markers on the outer side of the frame. |
70
+
|`showFrame`| boolean |`false`| Sets selected items frame visibility. If selected item is outside of the diagram's area visible to the end user, control displays that item in the form of the marker on frame around the diagram. |
0 commit comments