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

Class diagram with method fails to render #18

Open
nerdfiles opened this issue Mar 31, 2021 · 0 comments
Open

Class diagram with method fails to render #18

nerdfiles opened this issue Mar 31, 2021 · 0 comments

Comments

@nerdfiles
Copy link

nerdfiles commented Mar 31, 2021

I'm attempting to process the following YUML:

// {type:class}
// {direction:topDown}
// {generate:true}

[note: You can stick notes on diagrams too!]
[Customer]<>1-orders 0..*>[Order]
[Order]++*-*>[LineItem]
[Order]-1>[DeliveryMethod]
[Order]*-*>[Product|EAN_Code|promo_price()]
[Category]<->[Product]
[DeliveryMethod]^[National]
[DeliveryMethod]^[International]

The output is an empty file.

Elsewhere I've tried using the https://github.com/jaime-olivares/yuml-diagram repo too, which gives me:

Screen Shot 2021-03-31 at 10 39 16 AM

Only the website (https://yuml.me) generates the correct output for the given YUML above.

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

1 participant