kraken-hpc / kraken-dashboard

A React.js based dashboard for kraken (https://github.com/hpc/kraken)
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Wait to render graph until user has clicked on the graph button #20

Closed kpelzel closed 4 years ago

kpelzel commented 4 years ago

Before this PR, the graph would start rendering when the user went to the node details page. This change prevents the graph from rendering until the user has clicked the graph button. This is to prevent the application from locking up if the graph is crazy big.

This PR also adds a settings button to the app to allow the user to adjust the physics settings for the graph.