Different graphs with survey result?
Permalink
Would coding it be easy or hard? I would love to change survey to be a bar graph rather a pie but I have found no info on how to do so.
Will Concrete5 have better polling solution in the future?
Polling is the only thing prevent my workplace from recommending C5 to clients as a CMS of choice.
Cheers
i don't think we're looking at extending the core survey block any time soon, but i imagine some 3rd party developers might be reading this thread seeing an opportunity for another marketplace add-on.
You (or someone) should defo make a add-on for the market... a usable poll feature is so need in C5 to complete to package. People would pay for that kind of plugin.
Polling with a choice of chart to display the results..
Anyway would love to see what you did...
Cheers
damshaw
Suffice it to say that if you have a good understanding of HTML/CSS and only a little (actually just the ability to copy/paste code around) php knowhow it is very simple to do. Just take a look at the view and see how they obtain the pie chart, and think how you can reuse the existing values to make an HTML bar graph. Doesn't need any JavaScript.