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
Solved the problem using
.rz-chart svg {
overflow: visible;
}
thanks
How can i Wrap this text?
You can't wrap the text.
I can't debug screenshots.