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: api/javascript/dataviz/ui/diagram.md
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ Defines the highlight color when the pointer is hovering over the connection.
136
136
connectionDefaults: {
137
137
hover: {
138
138
stroke: {color: "red"}
139
-
},
139
+
},
140
140
stroke: {
141
141
color: "#979797",
142
142
width: 4
@@ -492,7 +492,7 @@ Defines how the diagram behaves when the user attempts to edit shape content, cr
492
492
493
493
### editable.connectionTemplate `String|Function`
494
494
495
-
Specifies the connection editor template which shows up when editing the connection via a pop-up editor much like 'editable.template' configuration of the Kendo UI Grid widget.
495
+
Specifies the connection editor template which shows up when editing the connection via a pop-up editor much like 'editable.template' configuration of the Kendo UI Grid widget.
496
496
497
497
#### Example - setting the connectionTemplate
498
498
@@ -536,7 +536,7 @@ Defines the look-and-feel of the resizing handles.
536
536
537
537
#### Example - styling the resizing handles
538
538
539
-
The 'editable.resize' configuration below collects pretty much all of the available parameters.
539
+
The 'editable.resize' configuration below collects pretty much all of the available parameters.
540
540
541
541
<div id="diagram"></div>
542
542
<script>
@@ -1375,9 +1375,6 @@ The following defines a custom shape with connectors adapted to the shape's outl
0 commit comments