BookmarkSubscribeRSS Feed
Ankit_ETL
Calcite | Level 5

Hello everyone,

 

I have created a graph through sgplot which is going to a dashboard (linked via my stored procedure).

The problem is dashboard is designed using XML/html coding. they have specified width of graph as percentage of screen size.

 

I need to do something that my graph automatically changes width as per space allotted. (height is pretty much constant as it is defined in pixels). you have, probably, already guessed what issues arises when I give dimensions for desktop monitor and someone access the dashboard via laptop. (edges goes off and scrolling is needed to see the whole graph).

 

I tried Imagefmt=svg in ods graphics. (didn't work).

 

any advice on how to define graph size to fit the space allotted in dashboard is highly appreciated. 

 

regards

Ankit

 

2 REPLIES 2
ballardw
Super User

You might try setting the image height and width dimensions in the ODS Graphics statement using the PCT or % unit.

 

ods graphics /height=60pct width=80pct;

 

or similar.

 

I won't claim to have used that as most of my output goes to RTF.

Ankit_ETL
Calcite | Level 5
thanks for the reply. appreciate it.
that was the first thing I tried but that doesn't work.
I think (not sure) height =xxpct is xx% of the default height and not % of allotted space in dashboard

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 992 views
  • 0 likes
  • 2 in conversation