It looks like the clipping of the text is determined by the clip mask in the SVG component. I can't see a way to change it. Regular HTML clipping could be overwritten by adding style.overflow : visible
but that doesn't work in this case.
A "fix" is to reduce the font size. style.fontSize : 8px
works but you may find it a bit small or that it doesn't match your other components.