[🐞] fadeDuration
specified in area options
is not honored for tooltips
#418
Labels
fadeDuration
specified in area options
is not honored for tooltips
#418
Describe the bug
When specifying an area specific
fadeDuration
, tooltip fade is using the defaultfadeDuration
instead of the area specific one.For example, in the following config, the duration for
OH
should be 500 but it's using 3000:Reproduction
https://jsfiddle.net/techfg/jd8hnb37/2/
Steps to reproduce
Environment Info
All browsers, all OS
Expected Behavior
Expected Result:
Fade should be 500 milliseconds
Actual Result:
Fade is 3000 milliseconds
Additional Information
N/A
The text was updated successfully, but these errors were encountered: