• Arrow direction issue

    From Rajkumar Singh@21:1/5 to All on Sat Jan 15 01:32:35 2022
    Hi Guys,

    I am facing some issue with arrow direction using jit.js.

    I am sending correct JSON data with FromID and ToID and somewhere its showing correct arrow direction and somewhere wrong arrow direction.

    My JSON data is look like below sample:

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rajkumar Singh@21:1/5 to All on Sat Jan 15 01:49:58 2022
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)