django-gcharts icon indicating copy to clipboard operation
django-gcharts copied to clipboard

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

Open rhblind opened this issue 11 years ago • 2 comments

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

rhblind avatar May 29 '13 17:05 rhblind

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)

arahayrabedian avatar Feb 07 '15 14:02 arahayrabedian

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.

rhblind avatar Feb 07 '15 19:02 rhblind