Changed default font size name on NetworkMap class

Former-commit-id: b1437a7e03eba758d83386166db0063a5fcaf12f
This commit is contained in:
fermin831 2019-03-27 12:42:54 +01:00
parent 39a69dffde
commit 7b901be5fa
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ class NetworkMap
$this->mapOptions['width'] = $config['networkmap_max_width'];
$this->mapOptions['height'] = $config['networkmap_max_width'];
$this->mapOptions['simple'] = 0;
$this->mapOptions['font_size'] = 12;
$this->mapOptions['font_size'] = 20;
$this->mapOptions['nooverlap'] = 1;
$this->mapOptions['z_dash'] = 0.5;
$this->mapOptions['center'] = 0;