fix: edgeLabel width

This commit is contained in:
Sidharth Vinod 2023-07-26 11:14:46 +05:30
parent 68909a43f7
commit dbee34aba7
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ export const createText = (
classes = '',
useHtmlLabels = true,
isNode = true,
width,
width = 200,
addSvgBackground = false,
} = {}
) => {