chemicstry / recksplorer

Lightning Network Explorer
179 stars 72 forks source link

Feature: Channels lines width proportional with channel capacity #5

Open parti-zanu opened 6 years ago

parti-zanu commented 6 years ago

Channel line width should be proportional with channel capacity.

It could factor in some scale mapping, eg if x sat is the largest channel (100%),

chemicstry commented 6 years ago

It was implemented in the old Vis.js view using logarithmic scale but the difference between widths was very tiny. Probably because channels are of very similar capacity right now (in terms of log scale). I will try to implement this on the new view and tune the formula a bit.