Hello 🙂
Is there any possibility to improve my piechart figure?
Its impossible to read the values, as they are overlapping.
Thank you 🙂
PROC GCHART
DATA=arzneimittelgruppen;
PIE category / other=0 clockwise percent=arrow;
title 'Overview of classes of drugs and treatments in post-marketing study notification 2014-2016';
RUN;
QUIT;
Not sure what to suggest other than reduce the groupings, perhaps consider a grid of x number of pie charts rather than one big one. Also, I would highly recommend moving to sgplot/gtl.
Since your pie chart has too many slices, I don't think it make sense to use pie chart. Try alternate to Pie, descending bar chart would have better presentation for this kind of data.
If you want to stick with pie chart then try custom legend. Check this paper.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.