Wijmo UI for the Web
isContentHtml Field
wijmo.chart Namespace > chart_hint Interface : isContentHtml Field

Determine whether to use a tooltip in html style.

Syntax
var instance; // Type: wijmo.chart.chart_hint;
var value; // Type: boolean
value = instance.isContentHtml;
var isContentHtml : boolean;
Remarks
If you want display the tooltip with html style, set this property as true. Note that: This property must work with wijtooltip, if wijmo.wijtooltip is not included, the tooltip will display as SVG whatever this property is.
See Also

Reference

chart_hint Interface