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. 😄

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

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