I am showing custom tooltip with percent values in Angular NVD3 pie chart. plunker link
`https://plnkr.co/edit/Tv544U?p=preview`
tooltip shows correct values in percent. But if I deselect any legend, chart is redrawn excluding that item. I want to recalculate percent values for the items which are displayed in chart. i.e. slice 'one' shows 16% and two shows 7% in beginning. If I click two in legend, slice 'two' will be gone and chart is redrawn. Still pie 'one' shows 16%. I want it to recalculate.