Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Arrow direction issue

4 views
Skip to first unread message

Rajkumar Singh

unread,
Jan 15, 2022, 4:49:59 AM1/15/22
to
Hi Guys,

I am facing some issue with arrow direction using JIT.js library

Ex: As per below data arrow should point from "Awaiting Peer Review--> OnHold but its pointing wrong way ( OnHold --> Awaiting Peer Review)

ScreenShot url: https://prnt.sc/26dxq09

Below is the JSON data for your reference:

[{
"id": "503c0575-7e5f-11ea-80f3-975efda1a916",
"name": "New",
"adjacencies": [{
"nodeTo": "503c057a-7e5f-11ea-80f3-975efda1a916",
"nodeFrom": "503c0575-7e5f-11ea-80f3-975efda1a916"
}, {
"nodeTo": "20e1a7a2-743a-11ec-b6b7-a864f1f810dc",
"nodeFrom": "503c0575-7e5f-11ea-80f3-975efda1a916"
}],
"data": {
"$color": "#C74243"
}
}, {
"id": "503c057a-7e5f-11ea-80f3-975efda1a916",
"name": "On Hold",
"adjacencies": [],
"data": {
"$color": "#83548B"
}
}, {
"id": "20e1a7a2-743a-11ec-b6b7-a864f1f810dc",
"name": "Awaiting Peer Review",
"adjacencies": [{
"nodeTo": "503c057a-7e5f-11ea-80f3-975efda1a916",
"nodeFrom": "20e1a7a2-743a-11ec-b6b7-a864f1f810dc"
}],
"data": {
"$color": "#83548B"
}
}]


Please let me suggest what is wrong with this data and why its showing wrong direction arrow for some of the nodes

Thanks in advance

@Raj


0 new messages