#MC-2558 Handling animations for look neo

This commit is contained in:
Knut Sveidqvist
2025-01-24 11:44:05 +01:00
parent f7772b440d
commit 49bdd11011
7 changed files with 342 additions and 44 deletions

View File

@@ -781,13 +781,7 @@ export const render = async (
const elk = new ELK();
const element = svg.select('g');
// Add the arrowheads to the svg
insertMarkers(
element,
data4Layout.markers,
data4Layout.type,
data4Layout.diagramId,
data4Layout.config
);
insertMarkers(element, data4Layout.markers, data4Layout.type, data4Layout.diagramId);
// Setup the graph with the layout options and the data for the layout
let elkGraph: any = {