Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
921 stars 177 forks source link

Question about ports #205

Closed lima-dougg closed 1 year ago

lima-dougg commented 2 years ago

Hi, i have to create a port on the both sides, left and right, of inputs on a NodeTable. I used the DatabaseDesigner repo to make doors in the inputs, but only the first AddPort door has been built or stays visible in the render.

zHaytam commented 2 years ago

Hello, Can you add an example code that shows the issue please?

lima-dougg commented 2 years ago

The card Node is like this.

Untitled

Code: https://observablehq.com/d/ac9aa405178bba46 The others code do not differ from the codes of DatabaseDesigner.

zHaytam commented 2 years ago

What about the CSS? I can't see what the ports look like in your case.

lima-dougg commented 2 years ago

I added the CSS in the same link.

zHaytam commented 2 years ago

I can't see it in the same link

lima-dougg commented 2 years ago

I'm Sorry. https://observablehq.com/@mdlima998/portsdiagrams

zHaytam commented 1 year ago

Hello. From the code I can't really see the issue, would you be able to create a small project that shows the issue, please? It would be faster for me to check and even fix it!