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

A value that indicates whether to show the tooltip.

Syntax
var instance; // Type: wijmo.chart.chart_hint;
var value; // Type: boolean
value = instance.enable;
var enable : boolean;
Remarks
Set this value to false to hide hints even when the mouse is over a chart element.
See Also

Reference

chart_hint Interface