Why text is not rendered in stencil when I add VSM shape? #3026
-
Beta Was this translation helpful? Give feedback.
Answered by
MartinKanera
Jul 31, 2025
Replies: 1 comment 3 replies
-
Hello, the // ...
{
width: -20,
height: -40,
ellipsis: true
}
// ... Which, in your case (setting the shape to 50x50), results in not enough space for the label to render, |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Tetsu-hub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, the
VSMCustomerSupplier
label has textWrap applied to it by default. ThetextWrap
looks like this:Which, in your case (setting the shape to 50x50), results in not enough space for the label to render,
textWrap
takes into account typography, so you can try to adjust thefontFamily
, orfontSize
etc., or you can shift the label'sy
coordinate to be positioned under it for the stencil.