Wijmo UI for the Web
animated Field
wijmo.chart Namespace > chart_hint Interface : animated Field
A value that indicates the effect to use when showing or hiding the hint when showAnimated or hideAnimated is not specified.
Default: "fade"
Type: String
Syntax
var instance; // Type: wijmo.chart.chart_hint;
var value; // Type: string
value = instance.animated;
var animated : string;
Remarks
The only animation style included is "fade." If you want a different one, you can create a custom animation. For an example of how to create a custom animation, see Customize Tooltip Animation. See Animation for more information about supported animation effects and easing.
See Also

Reference

chart_hint Interface