I'm trying to find a way to be able to wrap the text of a category label if it exceeds a certain character limit. For example,
"This really long category label"
would become
"This really
long category
label"
if it were limited to 15 characters per line. Is there a way to do this either with the default label or with a custom renderer?