Wijmo UI for the Web
hideAnimated Field
wijmo.chart Namespace > chart_hint Interface : hideAnimated Field
A value that indicates the animation effect to use when the hint goes away after you mouse out of the bubble. This allows you to use a different effect when you mouse into a bubble than when you mouse out.
Default: "fade"
Type: String
Syntax
var instance; // Type: wijmo.chart.chart_hint;
var value; // Type: string
value = instance.hideAnimated;
var hideAnimated : string;
Remarks

If you set this value to null, the animated property supplies the animation effect to use. The default animation style is "fade." To use a different one, you can create a custom animation. For an example of how to create a custom animation, see Customize Tooltip Animation.

See Also

Reference

chart_hint Interface
showAnimated Option