The JavaScript diagram builder application is used to create the diagrams such as "Flow Charts", "MindMap Diagrams" and "Organization Chart" through Visual Interface.
Перейти к файлу
shyamg1991 96c34c0057
Merge pull request #5 from sivaranjith-78/patch-1
913515: Update home.js
2024-10-07 20:38:10 +05:30
scripts feature(EJ2-52126): Js file changes 2021-08-11 12:05:58 +05:30
src 913515: Update home.js 2024-10-07 18:51:13 +05:30
.gitignore Diagram Builder Sample Added. 2019-04-17 15:53:17 +05:30
Jenkinsfile Diagram Builder Sample Added. 2019-04-17 15:53:17 +05:30
README.md Diagram Builder Sample Added. 2019-04-17 15:53:17 +05:30
config.json Diagram Builder Sample Added. 2019-04-17 15:53:17 +05:30
favicon.ico Diagram Builder Sample Added. 2019-04-17 15:53:17 +05:30
gulpfile.js Diagram Builder Sample Added. 2019-04-17 15:53:17 +05:30
index.html feature(EJ2-52126): Js file changes 2021-08-11 12:05:58 +05:30
license Diagram Builder Sample Added. 2019-04-17 15:53:17 +05:30
package.json Updated package json 2023-08-22 16:21:06 +05:30
webpack.config.js feature(EJ2-52126): Revert the changes 2021-08-11 18:41:33 +05:30

README.md

Essential JS 2 for JavaScript - Diagram Builder

The diagram builder demo application showcases creating diagrams such as flow charts, Mind Map diagrams, and organization chart through visual interface.

Deployment

Install

  • To install all dependent packages, use the below command.
npm install

Run

To run the sample, use the below command

npm run serve

Demo

https://ej2.syncfusion.com/showcase/javascript/diagrambuilder/

Check all the showcase and tutorial samples from here.