You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After "updating" the options in the USA Example, the highlight no longer works. The reason for this is due to a string being passed in to options for mouseoutDelay. Other options (e.g. strokeWidth, fillOpacity, etc.) can handle string or int but mouseoutDelay requires int.
Given the docs clearly state int is the expected datatype, solving this in the example itself rather than in the graphics module.
The text was updated successfully, but these errors were encountered:
After "updating" the options in the USA Example, the highlight no longer works. The reason for this is due to a string being passed in to options for mouseoutDelay. Other options (e.g. strokeWidth, fillOpacity, etc.) can handle string or int but mouseoutDelay requires int.
Given the docs clearly state int is the expected datatype, solving this in the example itself rather than in the graphics module.
The text was updated successfully, but these errors were encountered: