chinmaymk / angular-charts

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

Issue in makeToolTip function of angular-chart.js #224

Open Viren0007 opened 8 years ago

Viren0007 commented 8 years ago

Please remove below line from function because it throws error.

angular.element('.ac-tooltip').remove();

Because this element will be available for remove only if tool tip do not get removed itself. If you want to remove it using remove statement then first check/ensure if element exist with that class or not then remove it.