How to display the fraction when percentage is above 20%, I know how to display all percentages
Code:
* Example generated by -dataex-. To install: ssc install dataex
clear
input byte employeeNumFull
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
3
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
4
1
1
4
1
1
1
1
4
4
4
1
1
4
1
1
1
1
4
4
4
4
end
graph pie ,over(employeeNumFull) plabel(_all percent) title("employeeNumFull") legend(ring(0) pos(3) col(1)) pie(3,explode)