Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uml Class as shape type #807

Closed
jgroom33 opened this issue Mar 16, 2019 · 2 comments
Closed

uml Class as shape type #807

jgroom33 opened this issue Mar 16, 2019 · 2 comments

Comments

@jgroom33
Copy link

jgroom33 commented Mar 16, 2019

The following are implementations for various shapes using the TD/LR layout:

() - rounded corners
(()) - circle
{} - diamond

This feature is designed to treat a class UML object in the same manner a shape is used. Consequently #806 can define the layout of the graph.

Proposal for Class UML shape:

graph TD
class0{{class0|int foo|str bar}}
end

@knsv
Copy link
Collaborator

knsv commented Jun 30, 2019

Hi! Sorry for the slow response.

Perhaps the diagram type classDiagram would be suited for you needs?
image

The project has got good traction but it also means that it is very hard to manage all issues on your spare time. I am trying to get a bigger team together for faster development and better support #866. I am closing this one for now, not out of disrespect but as a part of an effort to clean out stale issues that has been resolved but not closed.

@knsv knsv closed this as completed Jun 30, 2019
@jgroom33
Copy link
Author

Yes. I was just trying to document some ideas for how to make the implementations a bit more scalable. This feature could potentially deprecate the uml drawing type and and more capable to a generic layout type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants