How can I set the size of the popup?
I would like the popup to be for example 400px
and the elements inside will then adapt to the size of the popup
Something like this:
<kendo-chart-series-item-tooltip width="400px"> <ng-template> <span>Mypopup</span> </ng-template></kendo-chart-series-item-tooltip>
The element that a css class must have for this problem I think is k-popup
