This commit is contained in:
yari-dewalt
2024-09-13 13:00:25 -07:00
parent a43ee60942
commit 149f991c1d

View File

@@ -824,7 +824,7 @@ export const insertTitle = (
parent
.append('text')
.text(title)
//.attr('text-anchor', 'middle')
.attr('text-anchor', 'middle')
.attr('x', bounds.x + bounds.width / 2)
.attr('y', -titleTopMargin)
.attr('class', cssClass);