docs: update stress example

This commit is contained in:
bcakmakoglu
2022-05-27 23:36:01 +02:00
committed by Braks
parent 488b632e2e
commit 4e9ad11fc5
2 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export function getElements(xElements = 10, yElements = 10) {
const position = { x: x * 75, y: y * 75 }
const node = {
id: nodeId.toString(),
style: { width: `50px`, fontSize: `11px` },
style: { width: `50px`, fontSize: `11px`, zIndex: 1 },
label: `Node ${nodeId}`,
class: 'light',
position,