I have simple DATA:
DATA1 DATA2 DATA3
1 20% 25%
2 27% 32%
3 40% 28%
4 37% 24%
5 42% 20%
6 45% 19%
7 70% 20%
As result, I want to build PLOT x = DATA1
and 2 lines with data labels like
In the best way, I want to control шт which intersection should be set label with the percentage. Thx