I am creating a pie chart and one of the dataItem fields is a string in the following format:
"Hello\nWorld"
I am displaying it in my tooltip and it shows up as such: "Hello World". Ignoring my newline
I want it to show up as:
"Hello
World"
Is this possible?
I have got a reply from Kendo support:
It works.