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

Fixed issue with Highchart's global binding of pointer up event #165

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mtflynn
Copy link

@mtflynn mtflynn commented Mar 1, 2017

I had been having an issue that would only manifest itself after loading a component in my application that used a chart. I traced it back to Highchart binding on pointer up events global causing odd issues such as click events not reaching the component. I solved this issue by running the initChart call in ChartComponent.ts outside of Angular.

Fixes issue with highchart's binding of pointerup event causing odd behavior
@abhijit-delhivery
Copy link

@gevgeny : Please review and merge this PR. lot of click events get highjacked and stop working, post including this library.

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

Successfully merging this pull request may close these issues.

None yet

3 participants