New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
Query |
Response | |
Working on a simple floorplan diagram in Angular 8 and using the Polyline Connector. I need help understanding how to edit the vertices of the polyline after the line has been initially created? |
To edit a polyline connector, we need to inject ConnectorEditing module and set connector Constraints as DragSegmentThumb. please refer to a code example below.
Code example:
Please refer to the help documentation below that shows the list of diagram features module you can inject it in your application.
Help documentation: https://ej2.syncfusion.com/angular/documentation/diagram/getting-started/#module-injection
Connector constraints documentation
| |
Also how would I add a second polyline to my diagram. |
We have created a sample in which we can draw a new polyline connector on each button click. |