Adding text wrap and logic for placing nodes in the svg

This commit is contained in:
Knut Sveidqvist
2022-07-23 10:16:54 +02:00
parent 6029c5371e
commit 7de68f0bf2
14 changed files with 564 additions and 46 deletions

View File

@@ -1818,6 +1818,11 @@ const config = {
external_component_queue_bg_color: '#CCCCCC',
external_component_queue_border_color: '#BFBFBF',
},
mindmap: {
useMaxWidth: true,
diagramPadding: 10,
maxNodeWidth: 200,
},
};
config.class.arrowMarkerAbsolute = config.arrowMarkerAbsolute;