Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"dependencies": {
"@syncfusion/ej2": "*",
"@syncfusion/ej2": "^17.1.51",
"browser-sync": "^2.18.13",
"cheerio": "^1.0.0-rc.1",
"crossroads": "^0.12.2",
Expand Down
2 changes: 1 addition & 1 deletion src/diagram/default-functionalities.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</div>
<div id="action-description">
<p>
This sample visualizes the processing of an order placed using credit card with built-in flow shapes.
This sample visualizes the processing of an order placed using credit card with built-in flow shapes in Syncfusion EJ2 JavaScript Diagram.
</p>
</div>
<div id="description">
Expand Down
4 changes: 2 additions & 2 deletions src/diagram/fishbone-diagram.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<div id="action-description">
<p>
This sample visually represents a simple fishbone diagram (Ishikawa). Diagram nodes and annotations are used to define fishbone diagrams. Read-only mode is enabled here.
This sample visually represents a simple fishbone diagram in Syncfusion EJ2 JavaScript. Diagram nodes and annotations are used to define fishbone diagrams.
</p>
</div>

<div id="description">
<p>
This sample shows how to create a fishbone diagram (Ishikawa) using diagram control. Here, zoom and pan options are enabled. The tool property of the diagram control allows you to enable or disable zoom and pan options.
This sample shows how to create a fishbone diagram (Ishikawa) using diagram control. Here, zoom and pan options are enabled. The tool property of the diagram control allows you to enable or disable zoom and pan options. Read-only mode is enabled here.
</p>
<br>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/diagram/shape-gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>
<div id="action-description">
<p>
This sample illustrates basic built-in shapes, such as basic shapes, flow shapes, and BPMN shapes.
This sample illustrates basic built-in shapes such as basic shapes, flow shapes, and BPMN shapes in Syncfusion EJ2 JavaScript Diagram.
</p>
</div>
<div id="description">
Expand Down