Good day.
I'm using gradar proc and I trying to fill additional circle. I can't do anything with it.
This is my code.
proc gradar data=test;
chart id / freq=cnt
overlayvar=color
cstars=(green, yellow, red)
wstars=2
lstars=1
starcircles=(1)
cstarcircles=green
starfill=(solid solid solid)
cstarfill=( green, yellow, red)
run;
This is my problem:
Please, help!
You show a result but do not describe the "problem". I think you mean that you want the small section of arc filled in.
I think the easiest with this data would be to specify a WSTARCIRCLES=( ) option with a value larger than 1 for the first circle. Possibly WSTARCIRCLES=(3,1,1 )
You show a result but do not describe the "problem". I think you mean that you want the small section of arc filled in.
I think the easiest with this data would be to specify a WSTARCIRCLES=( ) option with a value larger than 1 for the first circle. Possibly WSTARCIRCLES=(3,1,1 )
Oh, I'm sorry. Yes, I mean I have problem with this section.
Than you, it's work well!
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.