Wijmo UI for the Web
showEasing Field
wijmo.chart Namespace > chart_hint Interface : showEasing Field
A value that indicates the easing effect to use when the hint appears after you mouse into the chart element.
Default: "easeOutExpo"
Syntax
var instance; // Type: wijmo.chart.chart_hint;
var value; // Type: string
value = instance.showEasing;
var showEasing : string;
Remarks
This allows you to use a different effect when you mouse out of a bar than when you mouse in. (See also hideEasing.) If you set this value to null, the easing property supplies the easing effect to use.
See Also

Reference

chart_hint Interface
easing Option
hideEasing Option