Different graphs with survey result?
Permalink
Is there a way to display a different type of graph with the survey block? The pie graph is really not super ideal for some of the things I want to display and communicate. Is there some way to choose, for instance, a bar graph instead?
with some coding you could certainly do that. The survey block doesn't do that on its own today however.
Hi,
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
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 think it'd take a php developer a couple of hours at most.
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.
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.
Took me about five minutes of creative code rearranging in the default view file to make a real sexy bar graph output that's about 20 times faster rendering than the default. :-)
hi boomgraphics can you post a link of your sexy bar graph so we can see what is possible with the survey block?
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
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
Sorry, but at present it is only a proof of concept for an extremely comprehensive framework/theme I am developing.
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.
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.