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

event handlers #16

Open
gasova opened this issue Sep 4, 2011 · 4 comments
Open

event handlers #16

gasova opened this issue Sep 4, 2011 · 4 comments
Assignees

Comments

@gasova
Copy link

gasova commented Sep 4, 2011

Do you plan to add support for event handlers for google visualization API ?

Kind Regards.

@gasova
Copy link
Author

gasova commented Sep 4, 2011

i'm new on github i don't know how to share my code update on this plugin, i succeeded adding select event handler at least it works for tables... and calls external javascript function where event should be handled.

@ghost ghost assigned jeremyolliver Sep 5, 2011
@jeremyolliver
Copy link
Owner

Hi,

The usual method for contributing patches/features on Github is to fork the project (top right of the github interface), create a new git branch for the feature, and to push the code to that. This branch can be submitted as a pull request, or I can pull in the changes myself.

I'd be happy to add event support as a feature, especially if you've already done some work to get this implemented. Let me know if you push up the code for that.

Cheers,
Jeremy

@gasova
Copy link
Author

gasova commented Sep 24, 2011

sorry for my late response, as soon as i find and extensible way i will share it with you, for now i just succeeded to add a simple select event. But did not had time to test in real, i'm just able to show an alert box with one cell value.

Cheers,

Gökçe.

@alecguintu
Copy link

I have one at my fork, added a fourth parameter (callbacks) to visualization that accepts a hash of callbacks

{:ready => ready_func(), :onmouseout => mousing_out}

Don't know if I implemented it correctly or if preferred in another way but it works for me now.

What do you guys think?

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

No branches or pull requests

3 participants