I am using Chart.js for drawing pie chart in my php page.I found tooltip as showing each slice values.
But I wish to display those values like below image.
Easiest way to do this with Chartjs. Just add below line in options:
pieceLabel: { fontColor: '#000' }
Best of luck