datarekha
Data Visualization Easy Asked at AirbnbAsked at StripeAsked at Figma

What is the data-ink ratio and how do you apply it when designing a chart?

The short answer

Coined by Edward Tufte, the data-ink ratio is the proportion of ink (or pixels) in a chart that encodes actual data, divided by the total ink used. Maximizing it means removing every element — gridlines, borders, tick marks, legends, decorative shading — that does not carry information the viewer cannot infer from the remaining ink.

How to think about it

The formula in plain terms

data-ink ratio = data ink / total ink used in the graphic

A ratio of 1.0 means every pixel encodes data. In practice, some non-data ink is necessary for legibility (axis labels, a title, a legend when groups cannot be directly labeled), but the goal is to cut anything that does not earn its space.

Common sources of chart clutter

ElementAction
Heavy outer border / boxRemove or lighten to a subtle gray
Dense gridlinesReplace with sparse, light gridlines or remove and annotate key values
Tick marks pointing inwardRemove or reduce to stubs
Redundant legend (colors labeled on bars directly)Remove legend; label bars directly
Background fill / gradientsRemove
3D effects, shadowsRemove
Excessive decimal places in labelsRound to the significant digit

Applying the principle step by step

  1. Start with the default chart output from your tool.
  2. Ask for each element: “If I removed this, would the viewer lose information?” If no, remove it.
  3. Lighten what you keep: gray gridlines instead of black, thinner borders.
  4. Use direct labels over a legend whenever space permits — it removes one decoding step.
  5. Move the title from a generic label (“Bar Chart of Sales”) to a declarative sentence (“APAC leads in Q2 revenue growth”).

The erasure test

Tufte suggests the erasure test: erase any non-data element and ask whether the chart lost information or became harder to read. If neither, the element was clutter. Apply iteratively.

Tufte’s principle applies equally to dashboards: every tile, color, icon, and border should justify its presence. A dashboard that scores well on data-ink ratio typically has fewer elements but each one does more work.

Learn it properly Why visualization matters

Keep practising

All Data Visualization questions

Explore further

Skip to content