Robert Rieser

Results 12 comments of Robert Rieser

add this to the force simulation ``` .on("end", () =>{ // some code }); ```

You would have to add it by yourself. Shouldn't be that hard though

it's for calculating the relationships, which comprises arrows and captions. Unfortunately I'm not a mathematician, which is why I can't explain how the calculation works. Maybe this will help though:...

you would have to parse it in the right D3.js format and then add it to the parameter 'neo4jData'

could you show me your input data, so we know what you're trying to achieve? you can have multiple relationships between two nodes, but they will be overlaying each other...

could you give more context to that issue ?

No, I'm afraid not. But you could implement a context menu when right clicking for example ![2019-06-05 16_39_52-Window](https://user-images.githubusercontent.com/47354377/58965533-0a1acb00-87b1-11e9-8919-318b5d72bb01.png)

How would you define parent and child node? start node - target node ? a target node could be a start node for another one

could you explain further ?

had the same issue. It doesn't even suffice to use **exposed_port** since you need at least one container with a **ports** block. I tried dynamically creating multiple containers but this...