score:2

Accepted answer

add a second % to the opening tag like this:

responsive: true,
datasetstrokewidth : 3,
multitooltiptemplate: <%%= datasetlabel %>: <%%= value %>"

score:1

if you are using it in aspx page you can escape it by using this syntax. adding backslash in front of %

"<\%=datasetlabel%> : <\%=value%>"


Related Query

More Query from same tag