fix fixed layout

This commit is contained in:
Ashish Jain
2024-08-27 15:54:31 +02:00
parent 327ea728ac
commit fd47e4eb2f

View File

@@ -241,7 +241,7 @@ const doRender = async (_elem, data4Layout, siteConfig, positions) => {
* Render the graph * Render the graph
* ############################################################### * ###############################################################
*/ */
export const render = async (data4Layout, svg, positions) => { export const render = async (data4Layout, svg, _internalHelpers, _algorithm, positions) => {
const element = svg.select('g'); const element = svg.select('g');
// Org // Org
insertMarkers(element, data4Layout.markers, data4Layout.type, data4Layout.diagramId); insertMarkers(element, data4Layout.markers, data4Layout.type, data4Layout.diagramId);