Hint is not showing text enclosed between '<' and '>'
require(["wijmo.wijbarchart"], function () {$(document).ready(function () {
$("#wijbarchart").wijbarchart({
hint: {
content: function () {return this.x + '<cable>' + '\n ' + this.y + '';}
/* here the axis labels enclosed in < and > are not displaying.*/
}
the hint in bar chart is not showing the text enclosed in html special characters < and >