Skip to content
Discussion options

You must be logged in to vote

Hello, the VSMCustomerSupplier label has textWrap applied to it by default. The textWrap looks like this:

// ...
{
    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, textWrap takes into account typography, so you can try to adjust the fontFamily, or fontSize etc., or you can shift the label's y coordinate to be positioned under it for the stencil.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Tetsu-hub
Comment options

@MartinKanera
Comment options

@Tetsu-hub
Comment options

Answer selected by Tetsu-hub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants