BookmarkSubscribeRSS Feed
Eva
Quartz | Level 8 Eva
Quartz | Level 8
Dear all,

I have a proc gchart with a block statement:

proc gchart data=work.mydata;
block myweek / sumvar = sales group = region discrete;
run;

Now the group variable is great yet I don't see all bars. Some in front are taller than these in the back. Therefore I'd like to rotate the chart to have a look more from above. Does anybody know how to do this?

Best regards
Eva
1 REPLY 1
ChrisNZ
Tourmaline | Level 20
I don't think you can rotate the graph like you can in proc G3D.
You can however define blockmax= to change the vertical scale and make the blocks shorter so they don't hide other blocks.
Maybe another option if you use HTML output is to use the activex device and alter the HTML afterwards:
The activex parameters
g3dTilt="xx" g3dRotate="xx"
after
view2D="false"
are also supported for block outputs. 😄

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1 reply
  • 1034 views
  • 0 likes
  • 2 in conversation