joaompneves / tsviz

Typescript UML Visualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No way to see "has a" relationship

MasterScrat opened this issue · comments

On the generated diagram you can only see which class is a subclass of which ("is a" relationship).

It would be great to also have another type of arrows for composition ("has a") relationship.

Is that what the "-dependencies" flag is supposed to do? it is not working for me (generates empty image)