inet-henge icon indicating copy to clipboard operation
inet-henge copied to clipboard

Generate d3.js based Network Diagram from JSON data.

Results 9 inet-henge issues
Sort by recently updated
recently updated
newest added

Hi, amazing project I was wondering if there is any possibility to implement drawing for portchannels, i know there is a BUNDLE option but I was wondering if we can...

enhancement

Im implementing network diagram using internal groups features. 2 main groups (in each main group that contain 2-3 internal group). I got the following trouble: 1. it is not smoothly...

Hi, I was wondering if there is a way to store fixed position inside the .json file? If I understand correctly the `positionCache` option will store the position in the...

1. I have three groups (might be more in future). If i don't connect nodes in-between the groups, they are just placed below one another. Is there a way to...

Hi, after last update I would like to point out one possible solution for hierarchical design but I would need your help. I found really good tutorial here: https://www.alyne.com/en/blog/tech-talk/using-webcola-and-d3-js-to-create-hierarchical-layout/ Here...

@codeout , if possible, can you please help me with implementing the following: - [x] 1. When hovering over a link, increase the size of the label (interface) - [x]...

Hi Awsome project Would it be posible to group nodes base on meta of the node { "name": "192.168.3.63", "icon": "./images/server.png", "meta": { "grouping": "GRP1" } }, { "name": "192.168.35.72",...

enhancement