|
A LETTER FROM
Rob
A Short Word on Tables
It has surprised me as much as anyone, but the hot new data
vis I keep coming back to in 2026 is…tables.
When it comes to good data vis, I always want to do three
things: inform, inspire, and delight. Tables have always
scored highly on the inform axis. Their layout is universally
understood — a row for each entity of data, and columns for
each attribute of that entity.
It’s the inspiration and delight they tend to fall
short on. And the root cause of that is that tables have
poor scanability. You can look for a particular data point
and retrieve an exact value, but to get a sense of how the
data ebbs and flows you have to assemble that picture
yourself in your head. So let’s take a baseline table,
and augment it with data vis indicators to improve the
reader’s ability to intuit the full array of data at a
glance.
Below is some of my recent work re-designing dashboards for
a B2B company. Dashboard design isn’t everyone’s
cup of tea, but I can happily think all day about different
ways to present data, always coming back to how to best
inform, inspire, and delight.
SLA Overview
BEFORE
AFTER
The three donuts at the top of the dashboard become three
mini tables, augmented with mini horizontal bar charts for
scannability. This rework also featured keeping a
consistent three-column breakdown across the full dashboard
for three different categories of support work (response,
handle, and close times) to help cognitive ease. The line
chart that used to show all three becomes three different
line charts, and now we can separate out median and p90
times.
Performance Factors
BEFORE
AFTER
The horizontal bar charts become tables with mini bar
charts. This also lets us add a delta column showing the
difference from the overall average within each
subcategory.
Actions & Support
BEFORE
AFTER
Coloring tables is a really easy way to improve
scannability, whether in pure heatmap form or by
highlighting specific rows or data cells worth a look, as
in the Topics Requiring Attention table.
Turns out the table was the data vis all along.
— Rob
|