You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features
Each node or edge in the legend can be double clicked for highlighting.
Navigate through each highlighted Node with the Prev and Next buttons.
Hovering over a node in the visualization will display a tooltip of that node's attributes.
Auto layout switch will turn on vis.js physics and allow users to drag nodes around the canvas.
Double Clicking on a node in the visualization will show a form that allows you to edit the nodes attributes.
The Show Plot button will display a plot created from metrics gathered from the power grid model (Will show a filler plot for now).
The Show Stats button will display a couple statistics values.
If any changes were done to a node's attributes using the tool you can download a copy of the uploaded files to a desired directory with the changes using the File > Export button (only for .glm file uploads for now).