-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
WithoutPropertyHeader() leads to missing "Value" column if first Property is "" #383
Comments
Hi @SHU-red, If you use a space BR Helmut PS.: if you use PPS.: if you defined the $fontColor too then you have a cleaner legende AddElementTag("Interface", $fontColor="black", $bgColor="#999999") |
The values of the properties are fed by a datasource in my case. As far as i can tell you say that the behavior is intended and i should e.g. try to replace "" by " " Is that correct? |
"yes" (it was not indented from my side that the second column in the second row is ignored, but it is the current PlantUML implementation, and I cannot fix in C4-Stdlib itself) |
Ok, so thank you very much for taking the time and highlighting further improvements to me ;-) |
no problem. I have another one, if your diagrams has no explicit containers: UpdateElementStyle(container, $fontColor="black", $borderColor="black", $bgColor="white")
AddElementTag("Interface", $fontColor="black", $borderColor="black", $bgColor="#999999") |
Hi there,
not sure since when this problem exists but using:
The Property table seems broken when:
WithoutPropertyHeader()
Leads to a missing Value Column
For fast tracing i added a example syntax ans example below. It can be seen that Value Column is missing even if 444 has a Value for Sender
The text was updated successfully, but these errors were encountered: