Skip to content

ORNL-AMO/Dynamic-Sankey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sliding-Regression-Tool

Summary

Dynamic Sankey is an application which creates a dynamic flow chart representing flow through a system. This application supports the creation of inputs and outputs along the system, as well as the incorporation of images and changing of colors for the sankey.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/ORNL-AMO/Dynamic-Sankey.git
# Go into the repository
cd Dynamic-Sankey
# Install dependencies
npm install
# Run the app
npm start

Once the program is running, start making the sankey by first making an initial input by clicking on the plus button next to the input row. From there one can make more inputs, outputs, and delete both as needed. An editing feature is accessed by either selecting it from the menu, or clicking the canvas tag in the canvas.

License

MIT