I trying to use d3plus-text. First i append new text element on svg element
node.append("text") .text(function (d: any) { return d.properties.name;