RadzenChart Text Size

Problems with graphs when the text is long
When we turn them over through rotate, they still don't fit
I can't make a wrap (it doesn't respond)


Hi @Troschy,

The only solution for long texts is rotation as shown in this thread: Radzen Blazor Chart column description styling - #3 by korchev

Thanks for the quick reply, but the text still goes somewhere

Solved the problem using
.rz-chart svg {
overflow: visible;
}

thanks

How can i Wrap this text?

You can't wrap the text.


And how to fix this?

I can't debug screenshots.