fix: edgeLabel width

This commit is contained in:
Sidharth Vinod
2023-07-26 11:14:46 +05:30
parent 68909a43f7
commit dbee34aba7

View File

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