Problem
The dashboard someone designed at arm’s length on a good monitor is now on a television across an open-plan office. Nobody will touch it, nobody will scroll it, and the people it is for will glance at it for a second at a time from ten feet away.
Solution
A distinct mode, not a resized page. Chrome removed, type scaled up, panel count cut hard, colour reduced to a resting state, and rotation between a small set of views if one screen cannot carry everything.
The viewing distance changes every design constant. Text that reads at 60cm needs roughly three to four times the size at three metres. A twelve-panel grid becomes four. A legend with eight entries becomes unreadable, so series need direct labelling or need removing. Anything requiring hover is gone, since there is no pointer.
Grafana handles the mechanics with kiosk mode, which strips navigation chrome, and playlists, which rotate a set of dashboards on a timer. Rotation is the standard answer to too much content, and it carries a real cost: a viewer glancing up sees whichever view happens to be showing, so the thing that most needs attention is visible only part of the time. Rotation is acceptable for awareness and unacceptable for anything anyone is expected to catch.
Colour discipline matters more here than anywhere. ISA-101’s approach—greys at rest, colour reserved for abnormal—was developed for exactly this situation, an operator watching a screen for a long shift who must notice the one thing that changed. A wallboard where six panels are always coloured has spent its entire signalling budget before anything goes wrong.
The unglamorous failure is the physical one. Wall screens run for months, get left on a stale page after a reboot, and are frequently the wrong aspect ratio at the wrong brightness in a room with a window behind them.
Use when
A shared space needs shared awareness, the content is few enough to fit at distance, and someone is genuinely going to look at it.
Don’t use when
Nobody in the room can act on it. A wallboard whose numbers belong to another team is decoration, and worse than decoration, because it consumes wall and trains people to ignore screens.
Trade-offs
Wallboard mode is a second design of the same content, and the second design is the one nobody maintains. It becomes ambient: present so constantly that it stops being seen, which is exactly the opposite of its purpose and takes months to become apparent. Rotation trades completeness for coverage. And a wallboard is a public artefact, so anything sensitive on it is visible to visitors, contractors and whoever walks past.
Checklist
- What is the actual viewing distance, and is the smallest type readable from there?
- How many panels, and can each be understood in a one-second glance?
- Is anything dependent on hover, scroll or click?
- What fraction of the screen carries colour when everything is healthy?
- If views rotate, what is the cost of missing the one that mattered?
- Does the page recover on its own after a reboot or a network drop?
- Is stale data obvious from ten feet, or does the page look fine when frozen?
- What is the aspect ratio and brightness of the actual screen in the actual room?
- Is anything on screen that shouldn’t be seen by everyone who walks past?
- Has anybody looked at it, from where people stand, in the last month?
Compare
Grafana provides the mechanics directly with kiosk mode and playlists, so the wallboard is the same dashboard with chrome removed, which is convenient and means the layout is rarely redesigned for the distance. Datadog offers TV mode with a similar stripping of chrome, and its tag-scoped pages make it easy to put the same layout on several screens scoped to different teams. Netdata is a poor fit by design, since per-second density is built for close inspection rather than distance, which is a useful reminder that not every dashboard has a wallboard version. Public status pages are the best-designed wallboards most people encounter, because they assume an unknown reader at an unknown distance and reduce accordingly.
Related
Grayscale with alerts is the colour discipline this pattern depends on. Header KPI strip is usually the only thing that survives the cut. Semantic status color carries the signal once colour appears. Dense small-multiple layout is the opposite treatment of the same content, for close expert reading. Freshness indicator matters most here, because nobody at a distance can tell a frozen page from a calm one.