Disable preventLabelOverlappingOnForceEnd on network neighbor map
This commit is contained in:
4
Changes
4
Changes
@@ -1,5 +1,9 @@
|
|||||||
2.038004 - 2018-01-05
|
2.038004 - 2018-01-05
|
||||||
|
|
||||||
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
|
* Disable preventLabelOverlappingOnForceEnd on network neighbor map
|
||||||
|
|
||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
* Fix favicon image path to work on non-apex installations
|
* Fix favicon image path to work on non-apex installations
|
||||||
|
|||||||
@@ -21,10 +21,10 @@ $.getJSON('[% uri_for('/ajax/data/device/netmap') %]?[% my_query %]', function(m
|
|||||||
[% '.showLegend(false)' IF NOT params.colorgroups %]
|
[% '.showLegend(false)' IF NOT params.colorgroups %]
|
||||||
.showLinkDirection(false)
|
.showLinkDirection(false)
|
||||||
.colorScheme('color10')
|
.colorScheme('color10')
|
||||||
.preventLabelOverlappingOnForceEnd(
|
//.preventLabelOverlappingOnForceEnd(
|
||||||
(mapdata['newnodes'] && ('[% params.mapshow %]' == 'neighbors'))
|
// (mapdata['newnodes'] && ('[% params.mapshow %]' == 'neighbors'))
|
||||||
? true : false
|
// ? true : false
|
||||||
)
|
//)
|
||||||
.nodeEventToStopPinMode('none')
|
.nodeEventToStopPinMode('none')
|
||||||
.showTooltips(true)
|
.showTooltips(true)
|
||||||
.tooltipPosition('svgTopLeft')
|
.tooltipPosition('svgTopLeft')
|
||||||
|
|||||||
Reference in New Issue
Block a user