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

A value that indicates the easing animation used to show or hide the hint when you mouse over or mouse out of a bubble with the showEasing or hideEasing attribute set to null.

Default: "easeOutExpo"

Type: String

Syntax
var instance; // Type: wijmo.chart.chart_hint;
var value; // Type: string
value = instance.easing;
var easing : string;
Remarks

Note: The easing animation for showing or hiding the hint is quickly overtaken by the animation for moving the hint. The animation for moving the hint is not customizable.

The default animation style is "easeOutExpo." To use a different one, you can create a custom animation using Raphael.easing. See Animation for more information about supported animation effects and easing.

See Also

Reference

chart_hint Interface
animated Option
hideDelay Option
showDelay Option
hideDuration Option
showDuration Option