Skip to content

Commit f51631c

Browse files
committed
Sync with Kendo UI Professional
1 parent f7464ee commit f51631c

File tree

2 files changed

+33
-10
lines changed

2 files changed

+33
-10
lines changed

docs/api/javascript/dataviz/ui/diagram.md

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9820,10 +9820,21 @@ Defines the thickness or width of the shape stroke.
98209820

98219821
Specifies the type of the Shape using any of the built-in shape type.
98229822

9823-
* "rectangle": this is the default option
9824-
* "circle": a circle/ellipse
9825-
* "image": an image
9826-
* "text": some text
9823+
* `rectangle`: this is the default option
9824+
* `circle`: a circle/ellipse
9825+
* `image`: an image
9826+
* `text`: some text
9827+
9828+
Or common workflow shapes as:
9829+
9830+
* `Terminator`: Start and end points of the workflow.
9831+
* `Process`: Standard processing steps or actions.
9832+
* `Decision`: Decision points with Yes/No or True/False branches.
9833+
* `Document`: Document creation or data output.
9834+
* `PredefinedProcess`: Subroutines or predefined operations.
9835+
* `Database`:Database operations or data storage.
9836+
* `Delay`:Wait periods or time-based operations.
9837+
* `ManualOperation`:Manual tasks requiring human intervention.
98279838

98289839
#### Example - making all Diagram shapes circles by default
98299840

@@ -12595,9 +12606,21 @@ Defines the thickness or width of the shape stroke.
1259512606

1259612607
Specifies the type of the Shape using any of the built-in shape type.
1259712608

12598-
* "rectangle" - The default option
12599-
* "circle" - A circle/ellipse
12600-
* "image" - An image
12609+
* `rectangle`: this is the default option
12610+
* `circle`: a circle/ellipse
12611+
* `image`: an image
12612+
* `text`: some text
12613+
12614+
Or common workflow shapes as:
12615+
12616+
* `Terminator`: Start and end points of the workflow.
12617+
* `Process`: Standard processing steps or actions.
12618+
* `Decision`: Decision points with Yes/No or True/False branches.
12619+
* `Document`: Document creation or data output.
12620+
* `PredefinedProcess`: Subroutines or predefined operations.
12621+
* `Database`:Database operations or data storage.
12622+
* `Delay`:Wait periods or time-based operations.
12623+
* `ManualOperation`:Manual tasks requiring human intervention.
1260112624

1260212625
#### Example - customizing shape types
1260312626

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)