Hello Alex,
In order to change the width of the tooltip in the Kendo UI Chart, use the following CSS snippet:
.k-popup .k-chart-tooltip {
width: 400px;
}
In this StackBlitz example, the tooltip content adapts to the size of the tooltip in the Kendo UI Chart. Please make sure to set the encapsulation to ViewEncapsulation.None to set the style locally.
I hope this helps. Please let me know if I can further assist you.
Regards,
Hetali
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.