Hi.
I use kendo UI 2016 Q1 version: 2016.1.112
categoryAxis: {
field: "Subject",
majorGridLines: {
visible: false
},
labels: {
template: '#= <title>value</title> <b>value</b>#'
}
},
I use kendo template expression for raw html with value.
if label template raw html this will show value with bold and have tooltip when hover mouse to this.
Now after i update kendo Q1 2016 it not work. this work with old version 2015.
how to fix this ?.