Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Viren0007 opened this issue Aug 8, 2016 · 0 comments
Open

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

Viren0007 opened this issue Aug 8, 2016 · 0 comments

Comments

@Viren0007
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant