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
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.
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!
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.
Ready to level-up your skills? Choose your own adventure.