Data tips might be incorrect in the output produced by ODS Graphics when the IMAGEMAP=ON option is specified in the ODS GRAPHICS statement. This problem is most likely to occur if the IMAGE_DPI= option is specified in the ODS destination statement, and the option is set to a value that is higher than 96 dots per inch (DPI).
Beginning in the first maintenance release of SAS® 9.4 (TS1M1), the following warning is generated:
WARNING: Image DPI override is not supported with HTML image maps. Resetting DPI from NNN to default (96).
To circumvent the warning or the incorrect output, set the option to IMAGE_DPI=96.