We are trying to display HTML within the chart Tooltip via template and the Tooltip is constructed from the server side.
E.g. template says
#: dataItem.tooltip_html_field #
Here if the tooltip_html_field contains <strong>x</strong> it displays this as is in the final tooltip text and does not display the 'x' in bold.
Any clues what we are missing.