Wijmo UI for the Web
showDelay Field
wijmo.chart Namespace > chart_hint Interface : showDelay Field
A value that indicates the number of milliseconds to wait before showing the hint after the mouse moves into the chart element.
Default: 150
Syntax
var instance; // Type: wijmo.chart.chart_hint;
var value; // Type: number
value = instance.showDelay;
var showDelay : number;
Remarks
This allows you to use a different number of milliseconds when you mouse out of a bar than when you mouse in.
See Also

Reference

chart_hint Interface
hideDelay Option