Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142862 | Feb 22,2019 03:06 PM UTC | Feb 26,2019 07:16 AM UTC | Angular - EJ 2 | 3 |
![]() |
Tags: Diagram |
let connectors: ConnectorModel[] = [
{ id: 'connector1', sourceID: 'node1', targetID: 'node3', segments: [{type: 'Orthogonal', length: 90, direction: 'Bottom'}], type: 'Orthogonal' },
]; |
Hi Kannan,We does not have support for automatic line routing feature. We have already considered this as a feature request. To overcome this, please enable port to port connection to the node or set length ,direction and type to the connector segments. Please find below code example for how to set segments for connector.
let connectors: ConnectorModel[] = [{ id: 'connector1', sourceID: 'node1', targetID: 'node3', segments: [{type: 'Orthogonal', length: 90, direction: 'Bottom'}], type: 'Orthogonal' },];Regards,Ramya T
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.