django-gcharts
django-gcharts copied to clipboard
add support for adding dashboard, controls and events to the charts
The charts supported now are only static charts. It would be nice to have support for more dynamic/interactive charts as well.
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)
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.