Skip to content

Commit 8a53a11

Browse files
lgadelhaLuiz Gadelha
andauthored
Increase size limits in Mermaid DAG renderer
Co-authored-by: Luiz Gadelha <lgadelha@w620-mb003-wl.local>
1 parent 6139160 commit 8a53a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/nf-prov/src/resources/nextflow/prov/mermaid.dag.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</pre>
2424
<script type="module">
2525
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
26-
mermaid.initialize({ startOnLoad: true });
26+
mermaid.initialize({ startOnLoad: true, maxTextSize: Number.MAX_SAFE_INTEGER, maxEdges: Number.MAX_SAFE_INTEGER });
2727
</script>
2828
</body>
2929
</html>

0 commit comments

Comments
 (0)