Case Study 1: Cole Nussbaumer Knaflic and the Craft of Data Storytelling

In 2015, Cole Nussbaumer Knaflic published a book called Storytelling with Data based on the workshops she had been teaching at Google and later independently. The book codified a specific approach to data presentation: not a list of chart types, not a software tutorial, but a disciplined process for turning data into communication. Over the following decade, the book sold over a million copies, and Knaflic's methodology became one of the most influential practitioner frameworks in data visualization. Her approach is a case study in what "process over product" looks like in practice, and her emphasis on workflow over tools mirrors the structure of this chapter.


The Situation: A Google Analyst Teaching Analysts

Cole Nussbaumer Knaflic was an analyst at Google in the late 2000s, working on internal analytics. She noticed that her colleagues were technically capable — they could compute any metric and build any chart — but their presentations were often ineffective. Charts were cluttered, stories were unclear, and decisions were not made on the evidence despite the evidence being present.

She began giving informal workshops on presentation within Google, teaching colleagues how to turn data into clear communication. The workshops were popular. She refined her approach based on feedback and eventually started teaching externally. By 2013, she was running a full-time consulting and training practice called Storytelling with Data.

Her 2015 book Storytelling with Data: A Data Visualization Guide for Business Professionals was her first comprehensive published statement of the methodology. It was intended for business analysts and managers, not data scientists — people who needed to present data to decision-makers but who did not have formal training in visualization. The book was deliberately accessible, with minimal jargon and no code examples.

The book was a hit. It became a bestseller in the business and data categories, was translated into multiple languages, and was adopted as required reading in MBA programs, corporate training programs, and data analyst onboarding curricula. A second book, Storytelling with Data: Let's Practice!, was published in 2019. Knaflic's company expanded to include workshops, online courses, a podcast, and a community forum.

The reason for the book's success was not that it contained novel techniques. Most of its content — clear titles, clean charts, deliberate color choices, focused narratives — was already known in the visualization community. What Knaflic added was a practitioner-friendly methodology that translated academic visualization theory (Tufte, Cleveland, ggplot2) into a step-by-step process that business analysts could actually follow.

The Knaflic Methodology

Knaflic's methodology has several specific stages that parallel this chapter's 8-step workflow.

1. Understand the context. Before building any chart, clarify: who is the audience, what do they need to know, what will they do with the information, what is the one takeaway you want to leave them with. This is the equivalent of Step 1 (Question) plus audience analysis.

2. Choose an appropriate visual. Not every dataset needs a chart. Sometimes a simple number or a short table is more effective. When a chart is right, choose the type that best serves the message. Knaflic has a specific preference for simple chart types — horizontal bar charts, line charts, scatter plots — over complicated ones. She is skeptical of pie charts, dual-axis charts, and stacked bars with many categories.

3. Eliminate clutter. Every element that is not serving the message should be removed. Gridlines, chart borders, background colors, redundant labels, chart junk. Her workshops famously involve "before and after" examples where a cluttered chart becomes much clearer after half its elements are deleted.

4. Focus attention where you want it. Color, bold, annotation, and other visual cues should direct the reader's eye to the most important part of the chart. The "grayed-out strategy" — making non-essential elements gray and the essential one vivid — is one of her signature techniques.

5. Think like a designer. Layout, alignment, whitespace, and typography matter. Charts should look intentional, not accidental. Reading the text should be effortless. The chart should work on a screen, in print, and in grayscale.

6. Tell a story. A presentation is not a list of charts; it is a narrative with a beginning, middle, and end. Charts support the narrative, not the other way around. The narrative has a setup (context), a development (findings), and a conclusion (the ask or the takeaway).

These stages are roughly parallel to the 8 steps in this chapter, though the specific wording and emphasis differ. Knaflic's methodology is oriented toward business presentation specifically, while this chapter's workflow is more general. The overlap is significant, and students who read Storytelling with Data and then apply this chapter's workflow will find them complementary.

Workshop Patterns

Knaflic's workshops are structured around specific exercises that force participants to apply the methodology rather than passively absorb it. A typical workshop:

Phase 1: the instructor presents the methodology with examples. About 30 minutes of lecture.

Phase 2: participants are given a dataset and a specific scenario. "You are presenting Q3 sales to the executive team. Build a chart that tells them the main story." They have 20-30 minutes.

Phase 3: participants share their charts with the group. The instructor and other participants critique. This is where the learning happens — seeing many different solutions to the same problem, with the methodology applied consistently, is more effective than listening to theory.

Phase 4: participants iterate on their charts based on the feedback. The iteration is where the methodology becomes internalized. Doing it once is a lesson; doing it twice is learning.

Phase 5: wrap-up with key takeaways and a call to practice the methodology on real work in the next week.

The workshop structure is itself a model of the 8-step workflow: question (what scenario?), data (the provided dataset), chart selection, sketch/prototype, critique, refine, and publish (present to the group). Knaflic is teaching the workflow by making participants live it in a condensed form.

The effectiveness of the workshop format is worth noting. Traditional data visualization courses lecture about principles without practice. Knaflic's workshops are mostly practice with just enough theory to structure it. The result is that participants leave able to apply the methodology, not just describe it.

Specific Techniques

Some techniques Knaflic has popularized:

The "3-second test": if someone cannot understand the main message of your chart in 3 seconds, the chart is not clear enough. This is an operationalization of the "5-second rule" from Chapter 1.

The "grayed-out background + highlighted focus": use muted grays for context and vivid brand colors for emphasis. Forces the reader's eye to the most important element.

The "action title": chart titles should state the conclusion, not describe the chart. "Revenue grew 15% in Q3" is an action title; "Quarterly revenue" is not. This is the same as Chapter 7's action title concept.

The "so what" test: for every chart, ask "so what?" If you can't answer, the chart is not useful. The answer should be a sentence that explains why the reader should care.

The "live edit": take a cluttered chart and edit it in front of the audience, removing one unnecessary element at a time. Each removal makes the chart clearer. The demonstration is compelling because the audience sees the improvement happen step by step.

The "progressive disclosure": build a chart up in phases rather than showing the whole thing at once. Start with an empty chart, add the axes, add the data, add the annotations, reveal the conclusion. Each phase is a moment for the audience to digest.

Each of these techniques is a specific workflow tool. Collectively, they form Knaflic's practical contribution to data visualization — not new theory, but new discipline.

The Impact

Cole Knaflic's impact on the data visualization community is hard to overstate. Her book is on the desks of data analysts, product managers, and executives around the world. Her methodology is taught in MBA programs, data science bootcamps, and corporate onboarding programs. Her workshop format has been copied by dozens of other instructors.

The impact is not limited to her direct audience. Her framing has shaped how the wider data visualization community talks about "storytelling" — a term that was academic before her book and is now a standard part of practitioner vocabulary. The phrase "storytelling with data" has become shorthand for "effective data presentation for non-technical audiences."

For practitioners, her approach is a useful complement to the technical chapters of this book. The technical chapters teach you how to produce charts; Knaflic teaches you how to think about the purpose of charts. The two together are more valuable than either alone.


Discussion Questions

  1. On the book's success. Storytelling with Data sold over a million copies. What about the methodology made it resonate so widely?

  2. On workshops vs. books. Knaflic's workshop format is more effective than just reading her book. Why?

  3. On technical vs. methodological skills. Knaflic teaches methodology without requiring technical tools. Is this sustainable, or do students eventually need to learn matplotlib?

  4. On the "so what" test. Is this a useful check for every chart, or is it sometimes too reductive?

  5. On process over tools. Knaflic's methodology is tool-agnostic — it works whether you use Excel, Tableau, or Python. Is this a strength or a weakness?

  6. On your own practice. After reading this case study, what Knaflic technique would you add to your own workflow?


Cole Knaflic's methodology is the closest practical parallel to this chapter's 8-step workflow. She teaches a disciplined process for turning data into clear communication, and her success proves that process-focused teaching works. When you apply the workflow from this chapter, you are working in the tradition she has popularized — and you are benefiting from her decade of refining the methodology into something teachable.