more fiddling with d3

This commit is contained in:
Oliver Gorwits
2017-12-14 21:34:49 +00:00
parent 61a3a9e06d
commit 854f37fc94
3 changed files with 28 additions and 15 deletions

View File

@@ -42,6 +42,7 @@ ajax '/ajax/data/device/netmap' => require_login sub {
SIZEVALUE => 3000,
COLORVALUE => 10,
LABEL => $name,
fixed => true,
};
push @{$v4data{'nodes'}}, { index => ($device->{row_number} - 1) };