Sign In Try Free
Workflow-specific products Content, decks, briefs, proposals, legal, and sales each have a clearer buying path.
Review before delivery Draft, edit, collaborate, approve, and export in the same workspace.
Security + procurement path Security policy, support, and Azure Marketplace buying are public.

Gixo Prism · Visual guide

Data Visualization

Data visualization is the practice of encoding numbers as position, length, angle, area or colour so a reader can compare them faster than they could read a table. The choice of encoding is the whole craft: position and length are read accurately, angle and area are read poorly, and colour is read as category rather than quantity. That ordering, not chart variety, is what separates a chart that informs from one that decorates.

Last reviewed: August 2026

What data visualization actually is

Every chart is a mapping from a number to something the eye can measure. A bar chart maps value to length, a scatter plot maps two values to position, a pie chart maps proportion to angle. Because the eye judges some of these far more accurately than others, the chart type you pick decides how precisely your reader can recover the underlying numbers.

The practical consequence is a ranking. Position along a common scale is judged most accurately, then length, then angle and slope, then area, then colour saturation. This is why a bar chart beats a pie chart for comparing similar values, and why a treemap is a poor choice when the point is a precise ranking rather than a rough sense of composition.

A visualization is not automatically honest because the numbers are correct. A truncated axis exaggerates a difference; an area encoding that scales radius rather than area quadruples an apparent doubling; a dual axis can manufacture a correlation that is not there. These are the failures worth checking for, because each of them survives a proofread of the data.

Chart families and what each is for

FamilyReads best forCommon mistake
Bar and columnComparing values across categoriesTruncating the axis so a small gap looks large
Line and areaChange over an ordered interval, usually timeUsing a line for categories that have no order
Pie and donutOne part against the whole, few slicesMore than about five slices, or comparing across two pies
ScatterRelationship between two measuresReading correlation as causation
HeatmapDensity or magnitude across two dimensionsA colour scale with no perceptual ordering
TreemapRough composition of a hierarchyExpecting precise comparison between rectangles
WaterfallHow a total is built up or torn downOmitting the bridge steps that reconcile the ends

How to choose a chart

  1. Say the sentence first

    Write the one sentence the chart must prove. If you cannot write it, the chart has no job and no chart type will fix that.

  2. Identify the comparison

    Across categories, over time, part-to-whole, or relationship between measures. Those four cover most business charts, and each has an obvious family.

  3. Pick the most accurate encoding that fits

    Prefer position and length over angle and area. Reach for a pie chart only when the point genuinely is one share of a whole.

  4. Check the axis

    Start bars at zero. Lines may be truncated when the point is a rate of change, but say so on the axis rather than leaving the reader to notice.

  5. Check it survives a colour-blind reader

    Roughly one in twelve men has a colour-vision deficiency. If the chart is unreadable in deuteranopia, it is unreadable for a chunk of the room.

What Gixo Prism does here

Prism renders 16 chart types deterministically — bar in three variants, line, area, pie, donut, scatter, radar, waterfall, funnel, gantt, combo, heatmap, treemap and symbol map. Deterministic means the value you enter is the value drawn: no image model redraws or garbles a digit between your table and the SVG. Three of the free checkers below exist specifically for the distortions above.

Data visualization: FAQ

What is data visualization in simple terms?

Turning numbers into shapes the eye can compare. A table makes you read; a chart lets you see a difference in one glance, provided the shape you chose is one people read accurately.

What is the most accurate type of chart?

Anything that encodes value as position on a common scale, which in practice means bar charts and dot plots. Angle and area encodings — pie charts, bubble charts, treemaps — are read least accurately.

Is it ever acceptable to truncate an axis?

On a line chart tracking a rate of change, yes, if the axis is labelled honestly. On a bar chart, no: bars encode value as length, so cutting the baseline directly misstates the ratio between them.

How many colours should a chart use?

As few as carry meaning, usually under six. Beyond that a reader stops decoding the legend and starts guessing, and the palette has to survive colour-vision deficiency as well.

Make a chart from your own numbers

Paste a table into the free chart maker. It renders deterministically to SVG, so the figures stay exactly what you entered.

Open the free chart maker