Shintaro Kojima

Results 41 comments of Shintaro Kojima

@VeryNewUser1 Thanks for your report! As you pointed out, the internal group feature is still experimental, and there are some technical issues to fix. I have no planned date to...

I'd think that I'm almost done implementing your requests. Please see my demo at http://inet-henge.herokuapp.com/issue09.html inet-henge implemented here is the new version that hasn't been released yet. I will publish...

> Can you make the topology display in a hierarchical tree structure? No, inet-henge doesn't support that style unfortunately. > Can you customize the color and thickness of the line?...

I'm trying to implement your list: * [x] When hovering over a link, increase the size of the label (interface) * [ ] When hovering over a link, bring the...

@bharath-ravindranath Your topic sounds slightly different from this issue by the way. Could you open a new issue so that we can track the progress there?

The first classic one looks possible with CSS or SVG trick, I think, but the second one (multi-chassis lag) should be difficult to implement as we need: 1. Put `POP03-ag02`...

Hi @marhyno, I'm working on this very old issue, and inet-henge now supports classis PortChannels like this. ![image](https://github.com/codeout/inet-henge/assets/921696/4fe03444-23bd-4a65-aebf-1704b0bda616) See [README](https://github.com/codeout/inet-henge#bundle-mark) for detail.

No, we cannot define node positions in .json file currently. But I think the same .json will generate the same initial diagram as the library places nodes according to the...

Do you mean like this? ![image](https://user-images.githubusercontent.com/921696/40306879-4db040bc-5d3b-11e8-9759-e2dc60236376.png) (drawn by Google Slides)

Thanks, I believe we can do that in near future. I'm currently addressing multiple links between nodes, it should enable you to draw even two parts like you indicated. I...