Shel.NodeTypes.Analyzer
Shel.NodeTypes.Analyzer copied to clipboard
Idea: use web worker for rendering graphs
In some cases the graphs render a bit slow and block the UI.
With a web worker like in the example here, this could be done in the background https://bl.ocks.org/mbostock/01ab2e85e8727d6529d20391c0fd9a16
Definitely nice to have, but not a must.