Skip to content

Commit 143f695

Browse files
committed
Remove documentation for connectors description
1 parent 6f4e4de commit 143f695

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

api/javascript/dataviz/ui/diagram.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Defines the highlight color when the pointer is hovering over the connection.
136136
connectionDefaults: {
137137
hover: {
138138
stroke: {color: "red"}
139-
},
139+
},
140140
stroke: {
141141
color: "#979797",
142142
width: 4
@@ -492,7 +492,7 @@ Defines how the diagram behaves when the user attempts to edit shape content, cr
492492

493493
### editable.connectionTemplate `String|Function`
494494

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.
496496

497497
#### Example - setting the connectionTemplate
498498

@@ -536,7 +536,7 @@ Defines the look-and-feel of the resizing handles.
536536

537537
#### Example - styling the resizing handles
538538

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.
540540

541541
<div id="diagram"></div>
542542
<script>
@@ -1375,9 +1375,6 @@ The following defines a custom shape with connectors adapted to the shape's outl
13751375
});
13761376
</script>
13771377

1378-
### shapeDefaults.connectors.description `String`
1379-
1380-
13811378

13821379
### shapeDefaults.connectors.name `String`
13831380

0 commit comments

Comments
 (0)