somkiattha / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 0 forks source link

Better visualization of multi-selects #766

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the last bar in the attached example, Nyati, Pongo, Digidigi are all clumped 
together as one item. Ideally, there should be an option for bar graph for each 
answer. 

I suppose the fundamental problem is that it's hard to analyze data in selects 
without them being broken into separate columns. One good work around might be 
document a way to do this in Excel

Original issue reported on code.google.com by yano...@nafundi.com on 14 Feb 2013 at 7:08

Attachments:

GoogleCodeExporter commented 9 years ago
This looks like a bug in the visualization code. Should the first bar be split 
also:

- Muhanga
- Kima_kic...

??

Original comment by mitchellsundt@gmail.com on 14 Feb 2013 at 7:38

GoogleCodeExporter commented 9 years ago
Or perhaps this is displaying all the combinations that are present in the data?

Original comment by mitchellsundt@gmail.com on 14 Feb 2013 at 7:38

GoogleCodeExporter commented 9 years ago
Ugh. This is a mistake on my part. Although the data type is select1, the 
control widget was still select. I suppose that's the real bug. Anyway to catch 
that in Validate?

Original comment by yano...@nafundi.com on 14 Feb 2013 at 10:23

GoogleCodeExporter commented 9 years ago
Yikes. That's a mistake.

Changing this to a Validate issue.  

Not sure what we can do there, but it would definitely be worth fixing.

Original comment by mitchellsundt@gmail.com on 14 Feb 2013 at 11:58