Skip to content

Commit 2b1f295

Browse files
config(EJ2-28212): commit for diagram sample changes
1 parent 10d6b24 commit 2b1f295

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ej2-blazor-samples/Pages/Diagrams/Diagram/DefaultFunctionalities.razor

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,23 +192,23 @@
192192
new SymbolPalettePalette() {Id= "connectors", Expanded= true, Symbols= new List < object >
193193
{
194194
new {
195-
Id= "Link1", type= "Orthogonal", sourcePoint=new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 },
195+
id= "Link1", type= "Orthogonal", sourcePoint=new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 },
196196
targetDecorator= new { shape= "Arrow" }, style= new { strokeWidth= 1 }
197197
},
198198
new {
199-
Id= "link3", type= "Orthogonal", sourcePoint= new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 },
199+
id= "link3", type= "Orthogonal", sourcePoint= new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 },
200200
style= new { strokeWidth= 1 }, targetDecorator= new { shape= "None" }
201201
},
202202
new {
203-
Id= "Link21", type= "Straight", sourcePoint= new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 },
203+
id= "Link21", type= "Straight", sourcePoint= new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 },
204204
targetDecorator= new { shape= "Arrow" }, style= new { strokeWidth= 1 }
205205
},
206206
new {
207-
Id= "link23", type= "Straight", sourcePoint= new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 },
207+
id= "link23", type= "Straight", sourcePoint= new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 },
208208
style= new { strokeWidth= 1 }, targetDecorator= new { shape= "None" }
209209
},
210210
new {
211-
Id= "link33", type= "Bezier", sourcePoint= new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 },
211+
id= "link33", type= "Bezier", sourcePoint= new { x= 0, y= 0 }, targetPoint= new { x= 60, y= 60 },
212212
style= new { strokeWidth= 1 }, targetDecorator= new { shape= "None" }
213213
}
214214
}, IconCss = "e-ddb-icons e-connector", Title = "Connectors" }

0 commit comments

Comments
 (0)