krispo / angular-nvd3

AngularJS directive for NVD3 reusable charting library (based on D3). Easily customize your charts via JSON API.
http://krispo.github.io/angular-nvd3
MIT License
1.29k stars 377 forks source link

Is it possible to show both labels in outside and values in inside of pie chart? #635

Open topgiter opened 7 years ago

topgiter commented 7 years ago

I want to show both labels and values in pie chart. labels in outside, values in inside. The expected result is: expected labels and values in pie chart I tried to get the results using live edit https://krispo.github.io/angular-nvd3/#/pieChart, but failed. is it possible?