Skip to content

Latest commit

Β 

History

History
19 lines (12 loc) Β· 1.27 KB

File metadata and controls

19 lines (12 loc) Β· 1.27 KB

Data in Motion

Light guidance for data and stats in video compositions. The house style handles aesthetics β€” this just addresses data-specific pitfalls.

Visual Continuity

When successive stats belong to the same concept (Q1 β†’ Q2 β†’ Q3 β†’ Q4, or three metrics for the same product), keep them in the same visual space with the same aesthetic. Only the VALUE changes. An aesthetic change should signal a new concept, not just a new number.

Numbers Need Visual Weight

A number on its own floats in empty space. Pair every metric with a visual element that gives it presence β€” a proportional fill bar, a background color shift, a shape that represents the value, a progress ring. The visual doesn't need to be a chart β€” it just needs to fill the frame and make the data feel tangible rather than just text on a background.

Avoid Web Patterns

  • No pie charts β€” hard to compare, looks like PowerPoint
  • No multi-axis charts β€” viewer can't study intersections in a 3-second window
  • No 6-panel dashboards β€” 2-3 related metrics side-by-side is fine, 6+ is a web pattern
  • No gridlines, tick marks, or legends β€” visual noise that adds nothing in motion
  • No chart library output β€” build with GSAP + SVG/CSS, not D3 or Chart.js