-
Notifications
You must be signed in to change notification settings - Fork 79
docs(Diagram): Add Diagram component documentation #3089
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
base: master
Are you sure you want to change the base?
Conversation
|
||
The Layered Diagram layout has the following sub types: | ||
|
||
* `Down`—the root shape is at the top and all descendants are arranged below it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
End all list items with a full stop as at least one of them is a complete sentence.
* `Down`—the root shape is at the top and all descendants are arranged below it | |
* `Down`—the root shape is at the top and all descendants are arranged below it. |
|
||
* Distance between linked shapes | ||
* Connection lengths | ||
* Crossings between layers of shapes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None of the list items is a complete sentence, so skip the end punctuation here.
* Crossings between layers of shapes. | |
* Crossings between layers of shapes |
|
||
* `Circle`—you can use different `Width` and `Height` values to define an ellipse. | ||
* `Image`—all shape types support text labels, but only the `Image` shape can display a graphic. Use the `<DiagramShape>` `Source` parameter to define the image URL or data URI. | ||
* `Rectangle` (default) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* `Rectangle` (default) | |
* `Rectangle` (default). |
Some more API links will be added later.