BookmarkSubscribeRSS Feed
MJ1985
Fluorite | Level 6

Dear all, 

 

We have a SAS Studio Server solution that we work with. I mostly use Google Chrome.

 

SAS has the great option to enable imagemapping so plots become more informative. However, the specification of the imagemap=on option does not provide additional information when the graph is opened in html form.

 

The only thing I see when i create a SGplot or SGpanel is the text 'sgplot' or 'sgpanel' wherever my cursor goes. I have the same problem in Internet Explorer. 

Many thanks in advance!!

 

 

 

Capture.PNG

4 REPLIES 4
Rick_SAS
SAS Super FREQ

Strange. Can you provide more information about your version and configuration? When I run the following code in SAS Studio 3.7 I see tips, as expected:

 

ods graphics / imagemap=on;
proc sgplot data=sashelp.cars;
hbox mpg_city;
run;

Crop.png

MJ1985
Fluorite | Level 6

Hi Rick, 

 

I run on a server solution, not sas studio which comes with SAS base but from the look of it, neither do you. 

I have release 3.6 (Enterprise Edition)

 

Java Version: 1.7.0_111
SAS release: 9.04.01M4P11092016
SAS platform: X64_SR12R2 WIN

kate-1mr
Obsidian | Level 7
Hi! I have same problem. Could you send me how you solved this problem.
Many Thanks:)
DanH_sas
SAS Super FREQ

Setting:

ods graphics / imagemap=on;

should work regardless of your SAS environment.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 862 views
  • 1 like
  • 4 in conversation