chinmaymk / angular-charts

angular directives for creating common charts using d3
MIT License
1.03k stars 270 forks source link

Customize tootlip value for a Pie Chart #213

Closed dtnanthikattu closed 8 years ago

dtnanthikattu commented 8 years ago

How can we customize the tooltip value in a pie chart. Right now I can only show the count value, I would like to show an associated text value in the tooltip.

Thanks

dtnanthikattu commented 8 years ago

I got it to work