DNNCommunity / DNN.Survey

MIT License
7 stars 8 forks source link

The Survey module doesn't create a 'donuts' chart #64

Closed meffj00 closed 1 year ago

meffj00 commented 1 year ago

I have created a survey and want to display the free text answers in a donut chart. When testing with 4 participants, a 'doughnut' graph was neatly displayed, but things go wrong with even more participants! But the module does not show a graph but puts the texts one after the other. The last line is rendered corrupted! Can i do something about this?

SnipImage (003)

MaiklT commented 1 year ago

A chart seems not to be a good idea for a free text answer. I will think about an alternative.

MaiklT commented 1 year ago

A chart seems not to be a practicable presentation for a free text answer.

I'll add a new "Chart Type" calles "List", which will represent the answers like:

or in a table.

If the type is free text answer, only this chart type is possible (and reasonable).

meffj00 commented 1 year ago

Ok, that looks good to me. Thanks!