right now on every reload, all positions are reset (because of the call to update_net_sizes). we should be using the d3 enter() function so this doesn't happen. i assume this will matter more for large networks. this is related to #4 as well.
i suspect we'll want to keep in mind that the server/client connection might not be reliable and fast, so we might allow toggling the currently assumed 'live update'
right now on every reload, all positions are reset (because of the call to update_net_sizes). we should be using the d3 enter() function so this doesn't happen. i assume this will matter more for large networks. this is related to #4 as well.
i suspect we'll want to keep in mind that the server/client connection might not be reliable and fast, so we might allow toggling the currently assumed 'live update'