Different chart types for polls
January 24, 2016, 10:50:41 pm
I was thinking that since we have jQuery and we can do some pretty things with polls, we should give the user the option of what kind of chart it displays. I think pies and bars are a good default but make it an option and hook in to it.
Re: Different chart types for polls
Reply #4 – January 25, 2016, 09:00:11 am
Sounds like it would be a great addition.
Re: Different chart types for polls
Reply #6 – January 25, 2016, 04:08:16 pm
It would be Javascript/jQuery based and there are tons of chart libraries. The backend would simple have a column for "chart_type" which would be blank for default or "pie" or scatter or bubble or whatever you wanted. It would be mostly a theme thing.