I was trying to create a pie chart with percentages next to the graph. The data that i have is the following.
users = [80, 40, 1000, 300, 50, 80, 10]
os = ['MacOS', 'Chrome', 'Windows', 'Linux', 'Devian', 'Ubuntu', 'Arch Linux']
And i´m trying to get something like this.