Change pie slice text on Google Pie Chart

Viewed 109

I want to change the displaying of pie slice text from


| From |

enter image description here

| To |

enter image description here

I searched on Google pie chart documentation but there's no information, I try to use legend: {position: 'labeled'}, but is not the same

1 Answers

I think, there's no solution with Google chart, so, I switch to this library Highcharts

Related