UI-Research / college-affordability.urban.org

0 stars 0 forks source link

Master chart QC, Vivian #189

Closed bchartoff closed 7 years ago

bchartoff commented 7 years ago

Bars do not total to 100%, likely rounding errors, Note needed?

image

VH: added here 872a6ccf0332277e05a4449a412f8f5053f4bf26

bchartoff commented 7 years ago

Bars do not total to 100%, more major issue than rounding error.

image

VH- added here 872a6ccf0332277e05a4449a412f8f5053f4bf26

bchartoff commented 7 years ago

Tooltip reads false for category

image

VH: 77c0b35383f8025348436f6ada7a63b43672d760

bchartoff commented 7 years ago

Repeat tick mark values because of c3 rounding. I think easiest solution is to decrease tick count in JSON. Vivian, see if you can reduce number of ticks so that there are no duplicates

image

VH: 77c0b35383f8025348436f6ada7a63b43672d760

bchartoff commented 7 years ago

All of these charts should have direct labels hidden, since it's quite crowded as is. Just set data.labels to false, so:

"data":{
"labels": false,
...
}

image

VH: 77c0b35383f8025348436f6ada7a63b43672d760

bchartoff commented 7 years ago

Line chart tick marks need fixing

image

VH: 8d17c49d2bc9000c9c6aed6e674d28b5d5021a56

bchartoff commented 7 years ago

Remove blank series, which is shown as an empty, label-less bar (gap) at the bottom of the chart

image

VH: 8d17c49d2bc9000c9c6aed6e674d28b5d5021a56

bchartoff commented 7 years ago

Error in parser? 5th category ($80,000+) is part of text string for 5th category, but has no associated data...

image

vivhou commented 7 years ago

Thanks for catching this: adf6b1b273083031268d034ae05d6b8f3146a4b

bchartoff commented 7 years ago

No longer part of workflow, closing