fix neighbors pinning
This commit is contained in:
@@ -51,8 +51,8 @@ $.getJSON('[% uri_for('/ajax/data/device/netmap') %]?[% my_query %]', function(m
|
||||
.width( parseInt(jQuery('#netmap_pane').parent().css('width')) )
|
||||
.height( window.innerHeight - 100 )
|
||||
.showSelfLinks(true)
|
||||
.minNodeRadius(6)
|
||||
.maxNodeRadius(20)
|
||||
.minNodeRadius(4)
|
||||
.maxNodeRadius(14)
|
||||
.minZoomFactor(0.1)
|
||||
.maxZoomFactor(10)
|
||||
.charge(-550)
|
||||
|
||||
Reference in New Issue
Block a user