Néstor Pérez González
Néstor Pérez González
I agree with this issue too. In my case, I have several objects that have some common properties (they implement the same interface), and I want to have a common...
I saw this issue and it looks quite interesting to me. I was thinking in something like: ```javascript const rectangle = ocanvas.display.rectangle({ // define it as a single number... borderRadius:...
Hi guys! I was working in this feature the last few days. It's almost done, but inside and outside strokes are giving me some headaches :sweat_smile: @koggdal I saw that...
Hi guys! These last days I was fighting with a bug. Today I found it was caused by a typo — I missed a `!` before a boolean expression :sweat_smile:...
Hi @suntong! Thanks a lot for being interested in this project 🙂 Currently, ERDiagram supports only logical diagrams, but it will be super easy to add support for conceptual ones....
Hello @suntong! I added a new `diagramLevel` option to both PlantUML and Nomnoml diagrams. Currently, it's only possible to choose between `conceptual` and `logical`, and the only difference is that...