This commit is contained in:
garrying
2021-04-26 00:38:33 +00:00
parent 0ba3c5a5df
commit 85655cdb3b
38 changed files with 167 additions and 167 deletions

View File

@ -306,7 +306,7 @@ if (typeof window.graphData !== 'undefined') {
.text((d) => d.status)
.attr('font-size', '18px')
.attr('text-anchor', 'middle')
.attr('alignment-baseline', 'central')
.attr('dominant-baseline', 'central')
.merge(status)
node = node.data(nodesData, (d) => d.id).enter().append('circle')