increase the font size of the clusters

This commit is contained in:
Andreas Zweili 2018-07-26 21:38:01 +02:00
parent d50dfd9ffb
commit 52c09a7383
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ Please be patient and don't refresh the page.</p>
clusters.push({ id: 'cluster:' + clusterIndex });
return clusterOptions;
},
clusterNodeProperties: { borderWidth: 3, shape: 'box', font: { size: 30 } }
clusterNodeProperties: { borderWidth: 3, shape: 'box', font: { size: 50 } }
};
network.clusterByHubsize(undefined, clusterOptionsByData);
}