We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
insertLabel()
1 parent 054f929 commit f33ebfaCopy full SHA for f33ebfa
packages/mermaid/src/rendering-util/rendering-elements/shapes/util.ts
@@ -116,7 +116,7 @@ export const labelHelper = async <T extends SVGGraphicsElement>(
116
labelEl.insert('rect', ':first-child');
117
return { shapeSvg, bbox, halfPadding, label: labelEl };
118
};
119
-export const insertLabel = async (
+export const insertLabel = async <T extends SVGGraphicsElement>(
120
parent: D3Selection<T>,
121
label: string,
122
options: {
0 commit comments