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
... View more