mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
clearer maps
This commit is contained in:
parent
f658ee6ad7
commit
58eeffd04d
@ -1201,9 +1201,15 @@ class DiscoveryTaskList extends HTML
|
||||
|
||||
$map = new NetworkMap(
|
||||
[
|
||||
'id_task' => $id_task,
|
||||
'pure' => 1,
|
||||
'widget' => true,
|
||||
'id_task' => $id_task,
|
||||
'pure' => 1,
|
||||
'widget' => true,
|
||||
'map_options' => [
|
||||
'map_filter' => [
|
||||
'x_offs' => 120,
|
||||
'node_sep' => 10,
|
||||
],
|
||||
],
|
||||
]
|
||||
);
|
||||
$map->printMap();
|
||||
|
@ -57,10 +57,10 @@ if ($new_networkmap) {
|
||||
$offset_x = '';
|
||||
$offset_y = '';
|
||||
$scale_z = 0.5;
|
||||
$node_sep = 0.1;
|
||||
$node_sep = 10;
|
||||
$rank_sep = 1.0;
|
||||
$mindist = 1.0;
|
||||
$kval = 0.1;
|
||||
$kval = 5;
|
||||
}
|
||||
|
||||
$disabled_generation_method_select = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user