We have some really long labels, when shown on pie chart, make pie chart smaller. Is there anyway we can limit the number of character showing in the label, instead of showing the whole label?
Limiting the number of characters in Label on the dashboar
1 Like
Where are the labels coming from? It looks like a long value in the variable.
If you change that - or create a new variable that is just ‘prop_78’ for the top label for example, that should do it. If you truncate the end of the label, the ‘GradePO …’ labels will all be the same anyway.
If you don’t want to change the label source, then you could use a script to modify the label text, but that is probably more complicated than necessary
1 Like