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

Update lib/google_visualr/base_chart.rb #47

Closed
wants to merge 1 commit into from

Conversation

kandadaboggu
Copy link
Contributor

The event registration happens after the draw call. Because of this ready events are never triggered.
Changed the order of event registration and draw call to address this issue.  

The event registration happens after the `draw` call. Because of this `ready` events are never triggered.
Changed the order of event registration and `draw` call to address this issue.  
@winston
Copy link
Owner

winston commented Oct 30, 2012

Thanks for the pull request! Can you help to fix the failing test too?
https://travis-ci.org/#!/winston/google_visualr/builds/2977660

Thank you!

@kandadaboggu
Copy link
Contributor Author

Fixed the spec and submitted a new pull request #48

winston added a commit that referenced this pull request Oct 30, 2012
Fixed the spec for failing test in pull #47
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.

2 participants