rhblind / django-gcharts

Provides a QuerySet, Manager and other tools for easy integration with the Google Visualization API
Other
41 stars 14 forks source link

add support for adding dashboard, controls and events to the charts #4

Open rhblind opened 11 years ago

rhblind commented 11 years ago

The charts supported now are only static charts. It would be nice to have support for more dynamic/interactive charts as well.

arahayrabedian commented 9 years ago

i know this issue is ages old, but definitely would be interested in the events part... do you see any simple way for me to make a scatter chart's data points clickable? (I'm no front-ender so just relying on this to do it for me)

rhblind commented 9 years ago

Hi, Yeah, I really haven't had the time to do anything with this yet, but the scatter chart points should be clickable I believe. You would have to dig into some javascript though. Check out https://developers.google.com/chart/interactive/docs/gallery/scatterchart#Events for an overview of triggered events.