Hi!
Seems like the public version of the annotated time line is broken.
I've been trying to get the range change even using:
google.visualization.events.addListener(chart, 'rangechange',
rangeChanged);
function rangeChanged(range){
alert('start: '+range.start+'end: '+range.end);
}
To no avail. I've tried other combinations - none worked. Seems like
the event is just not firing. Can anyone help?
Thanks!
- Andres N. Kievsky
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en
-~----------~----~----~----~------~----~------~--~---