Skip to content

3.4 Data Storytelling and Data Visualisation

javieraatenas-pixel edited this page Jun 3, 2026 · 1 revision

Data Storytelling and Data Visualisation

Conceptual Foundations

Data visualisation constitutes a communicative practice through which quantitative and qualitative data are rendered into interpretable and accessible representations. It extends beyond technical execution, requiring both domain knowledge and creative judgement to translate analytical outputs into meaningful insights for diverse audiences.

Data storytelling builds upon this foundation by integrating narrative structures with analytical insights and visual representations. It enables complex information to be communicated through compelling and contextually situated narratives, enhancing both engagement and interpretability.

Three interrelated components underpin data storytelling:

  • Data: accurate, complete, and relevant evidence
  • Narrative: a structured storyline guiding interpretation
  • Visualisation: graphical representations supporting understanding

From Data to Narrative: Workflow

The transformation of raw data into a coherent and communicable story follows a structured and iterative process:

flowchart LR

    A((Raw Data)):::core --> B((Cleaning<br/>& Analysis)):::stage1
    B --> C((Insights)):::stage2
    C --> D((Audience)):::stage3
    D --> E((Narrative)):::stage4
    E --> F((Visual Design)):::stage5
    F --> G((Story + Visuals)):::stage6
    G --> H((Dissemination)):::stage7
    H -.-> A

    %% Styling (soft pastel + clean black text)
    classDef core fill:#fde2e4,stroke:#333,stroke-width:2,color:#000;
    classDef stage1 fill:#e2f0cb,stroke:#333,color:#000;
    classDef stage2 fill:#cde7f0,stroke:#333,color:#000;
    classDef stage3 fill:#fef3c7,stroke:#333,color:#000;
    classDef stage4 fill:#e9d5ff,stroke:#333,color:#000;
    classDef stage5 fill:#bbf7d0,stroke:#333,color:#000;
    classDef stage6 fill:#ddd6fe,stroke:#333,color:#000;
    classDef stage7 fill:#fecaca,stroke:#333,color:#000;
Loading

Structuring Data Stories

Data storytelling commonly adheres to a three-part narrative structure:

flowchart LR
    A[Hook] --> B[Contextualisation]
    B --> C[Visual Reinforcement]
Loading

Principles of Effective Data Storytelling

Key principles guiding effective practice include:

Audience-centred design: tailoring communication to audience needs

  • Narrative coherence: ensuring logical flow
  • Simplicity and accuracy: balancing clarity with analytical integrity
  • Engagement: fostering connection through relevance and framing
flowchart LR

    A((Understand<br/>Audience)):::core --> B((Core<br/>Message)):::stage1
    B --> C((Select<br/>Relevant Data)):::stage2
    C --> D((Design<br/>Visuals)):::stage3
    D --> E((Narrative<br/>Flow)):::stage4
    E --> F((Evaluate<br/>Clarity & Accuracy)):::stage5
    F -.-> A

    %% Pastel styling + black fonts
    classDef core fill:#fef3c7,stroke:#333,stroke-width:2,color:#000;
    classDef stage1 fill:#fde2e4,stroke:#333,color:#000;
    classDef stage2 fill:#cde7f0,stroke:#333,color:#000;
    classDef stage3 fill:#bbf7d0,stroke:#333,color:#000;
    classDef stage4 fill:#e9d5ff,stroke:#333,color:#000;
    classDef stage5 fill:#fecaca,stroke:#333,color:#000;
Loading

Data Journalism Techniques

Data storytelling often incorporates journalistic techniques, including:

  • attention-grabbing headlines and introductory framing
  • identification of actors, stakeholders, and tensions
  • contextualisation within broader socio-political settings
  • integration of multimodal visualisations such as charts and maps

These techniques support accessibility and public engagement

Ethics in Data Storytelling

Key Ethical considerations are central to responsible data practice, such as

  • Accuracy and transparency: presenting data truthfully and acknowledging limitations
  • Privacy: protecting sensitive information and identities
  • Bias awareness: identifying and mitigating distortions in data
  • Informed consent: ensuring responsible use of personal data
flowchart LR
    A[Ex Ante: Planning] --> B[Intra: Data Collection and Analysis]
    B --> C[Ex Post: Dissemination and Impact]
Loading

Data Ethics in Research Practice

Ethical considerations extend across the research lifecycle:

  • Entering the field: assessing risks, access, and positionality
  • Planning research: evaluating stakeholders, impacts, and conflicts of interest
  • Data collection: ensuring consent and accurate recording
  • Data storage: maintaining security and confidentiality
  • Analysis and communication: avoiding bias and ensuring responsible interpretation

Data Visualisation Resources

The following resources provide practical guidance, principles, and examples to support effective data visualisation design and practice. They are suitable for both beginners and more advanced practitioners.

Clone this wiki locally