Built with blockbuilder.org
What:
structure:Table
A categorical attribute: code
A quantitive attribute: grade
Why:
Discover distribution, compare values, look for
How:
mark:
lines
channels:
lenght: to express quant grade
color: to express if the grade was good, regular or bad
spatial regions:one per code, it has a transition that sort the marks by grade
embed: embed information like code and grade when mouse is over a bar
Development:
The best form to show quantitive attributes like grades is with lines because the human vision can compare the lenght in a frame undertanding the general information without think a lot.
I also use embed information because it was showing the codes in x axis, so the lenght of that label producedoverlaps. my solution is embed the code with the grade when you mouse over the a specific bar.
To finish, The bars have color, it depends if the grade are very good(green),normal(Yellow), bad(Red). the colors use the same as the traffic lights and if you want to look for a specific code, in the input text it is possible.
Modified http://labratrevenge.com/d3-tip/javascripts/d3.tip.v0.6.3.js to a secure url
https://d3js.org/d3.v3.min.js
https://labratrevenge.com/d3-tip/javascripts/d3.tip.v0.6.3.js