sudomesh / monitor

a way to monitor health of (people's open) network
GNU General Public License v3.0
5 stars 7 forks source link

Redesign number of connected nodes viz #55

Open bennlich opened 4 years ago

bennlich commented 4 years ago

Currently the number of connected nodes is rendered in sentence format at the top of the page:

Screenshot_20191224-111401

It would be nice if this information was a little easier to parse. Maybe something like this sketch:

IMG_20191224_110925653

The circle size is proportional to node count, and the exitnode colors should match whatever we're currently using for the other plots (see: https://github.com/sudomesh/monitor/blob/master/public/js/exitnode-utils.js)

cc @haydenhw

haydenhw commented 4 years ago

Very cool! I've been busier with work lately but I hope to start chipping away at this soon!