This is part four of a series on dashboard visualization.
Today, I’m going to look at three important principles when it comes to visualization. In the next post, we will look at three additional principles. There are certainly more principles, but also there’s only so much time in a presentation, so go with me here…
Those principles that I want to cover are:
- Cognitive Load
- Less Is More
- Where The Eye Looks
Cognitive Load
Did you read Meagan Longoria’s post on cognitive load? Because you should do that. And the rest of her design concepts series. She covers it so well that I’m not even going to bother here; just read what she has.
Less Is More
Remove unnecessary items. This includes things like extraneous text, logos, indicators, and other things which do not advance your story.
Decluttering
Here’s an example of a dashboard:
This is an absurd example, but too many dashboards end up looking sort of like this. Here’s stuff that we don’t need:
- The logo and company name. If this is an internal dashboard, your users already know where they work and don’t need the reminder. If it’s an external dashboard, there can be an argument for putting the logo or title in a tasteful place, but you don’t want it in the top-left. That’s okay for reports but this is a dashboard and the rules are different. For dashboards, we only get the single screen and can’t go on for page after page.
- I don’t need to put explanatory text on the dashboard itself. If users need help or more information, I’d rather that be in some separate help file somewhere. The reason is that this text is only helpful once, after which point it becomes a nuisance because it’s taking up space and not telling people anything interesting.
- Once I get rid of items, I can also get rid of the silly arrows.
After doing those simple changes, I have a much more concise dashboard:
Decoloring
Reduce your color usage, and keep color usage limited and consistent. Here is an example of a bar chart with a lot of color. From this chart, you can see that Kentucky and Ohio are related, just like Indiana and New York.
So if I don’t really mean to link states together with color, the best thing I can do is use a single color to represent each state:
De-3
The third dimension is sometimes good for movies, but it’s almost never good for data visualizations. There are rare exceptions where a 3D image is better than its 2D equivalent, and those are usually in areas like geology and physics. For the world of business, you want to stick to the first and second dimensions. For example, this Excel maestro does absolutely nothing helpful for us:
Where We Look
In European languages, we read from left to right and from top to bottom. In Middle Eastern languages like Hebrew and Arabic, we read from right to left and top to bottom. In ancient Asian languages (particularly Chinese), we read from top to bottom and right to left, but in modern Chinese, we read left to right and top to bottom. As far as Japanese goes, we read every which way because YOLO. The way we read biases the way we look at things.
There has been quite a bit of research done on looking at where we look on a screen or on a page. I’m going to describe a few layouts, but focusing on research done on Europeans. If you poll a group of Israeli or Saudi Arabian readers, flip the results.
The Gutenberg layout is a classic and indicates that we tend to scan our eyes from the top left down to the bottom right, focusing at those two points and glazing over the rest unless we see something particularly interesting.
The Z layout contrasts with the Gutenberg layout and indicates that people will start out interested and read across the top, and then scan back to the left and across the bottom, ending up in the terminal area.
About a decade ago, Jakob Nielsen came up with the F layout after additional design studies. The F layout is a testament to the interest level of readers: they start out interested and move their eyes left to right, but as they lose interest, they start sliding down the page, skimming through and waiting for something to catch their eye.
The trick with all three of these layouts is that they work for evenly distributed, text-heavy, homogeneous data like books or newspaper articles. Your dashboards shouldn’t look like books or newspaper articles, so I ascribe to a different type of layout style: focal points. The idea with focal points is that people will gravitate toward the most interesting-looking parts of your page and meander from one focal point to the next, sometimes catching the stuff in between.
When I say interesting-looking parts, there are a few attributes which work well for focal points. First of all is size: if a particular visual is a bit larger than its neighbors, people will naturally look at it first. Second, if you’ve followed the advice of limiting usage of color, a judicious splash of color on a visual can be a great attention-grabber. Third, gradient can matter too: maybe a bolded or darker-shaded title could grab attention, or possibly even a shading for the background. This starts to become riskier as you do it more often, and the question eventually becomes, how many focal points do you really have on this dashboard?
Nevertheless, judicious focal point layout can help us a lot in telling a coherent story with a dashboard. You have the beginning of the story be the first focal point, and critical sections of your visualization tale make up the remaining points. Exculpatory and explanatory visuals can cluster around the focal points. On a dashboard, I’d probably want no more than three or four focal points; more than that and you probably start to overwhelm the user.
Conclusion
In today’s post, we looked at three visual principles (including the one where I said Meagan can explain it better than me so just go read her stuff). Next time around, we’re going to look at a few more principles.
2 thoughts on “Visual Principles, Part 1”