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 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 1102 views
  • 1 like
  • 4 in conversation