Is there anyway to force the text to wrap inside of a chart tool tip? I want to display a system message that is several lines long.
I cant add line break inside the template because i am only displaying one large message.
Placing it inside of a div with a defined width did not change anything.
See dataitem.SystemMessage-
<kendo-chart> <tooltip template="<div style='word-wrap:break-word;width:auto;word-break:break-all;'>#=dataItem.SystemMessage#</div>" visible="true"> </tooltip> </kendo-chart>
Example:
https://dojo.telerik.com/umEGOBes/4