Data Visualization
Module: 5
Module: 5 Syllabus
• Objective, choose effective chart, features of charts, Area Charts;
Column charts, Line charts, Pie charts, Point Chart, customize chart
options.
INTRODUCTION TO DATA VISUALIZATION
Data Visualization is the graphical representation of information and data using
charts, graphs, maps, and other visual elements to communicate data insights
clearly and efficiently to diverse audiences.
• Business Importance:
According to research, humans process visual information 60,000 times faster than
text. Organizations leveraging effective data visualization achieve:
- 300% faster decision-making compared to text-based reports
- 70% higher employee engagement with visual communications
- 40% improvement in data comprehension and retention
- Better stakeholder buy-in and alignment through clear communications
- Competitive advantage through faster insight discovery
Objective of data visualization
• Explain complex quantitative data in a simple, visual way so patterns,
trends, and outliers are easy to see.
• Support faster and more confident managerial decisions by
highlighting key business metrics and insights.
• Tell a data-driven story that aligns analysis with business questions,
actions, and outcomes.
• Build a common understanding of data among technical and non-
technical stakeholders in organizations.
How to choose an effective chart
Start with the business question: what should the audience learn from this visual.
Then match the question and data type to the appropriate chart.
• Comparison between categories (e.g., sales by region): use bar/column charts.
• Trends over time (e.g., monthly revenue, website traffic): use line or area charts.
• Composition or percentage share (e.g., market share, budget allocation): use pie
charts or stacked area/column charts (only for few categories).
• Relationship between two numeric variables (e.g., price vs. sales): use
scatter/point charts.
• Audience and context: use simple, familiar charts and minimal detail for
managers and executives; more detail and advanced charts can be used for
analysts.
• Design principle: remove unnecessary decoration, labels, and colors; keep only
elements that help interpret the data (high “data-ink ratio”).
Features and uses of key chart types
Area charts
• Purpose: Show how a total and its parts change over time, emphasizing
volume or magnitude (e.g., total sales broken down by product line).
• Structure: Similar to line charts, but the area under the line is filled with
color to highlight the cumulative value.
• Best for: Time series where the total and part-to-whole relationship over
time matters (e.g., contribution of channels to total revenue).
• Caution: For multiple series, overlapping areas can hide data; consider
stacked area or switch to line chart.
Column charts (vertical bar charts)
• Purpose: Compare values across discrete categories (e.g., sales by region,
customer segments, product categories) at a point in time or across a few
periods.
• Structure: Vertical bars with a common baseline, making it easy to read
differences between categories.
• Best for:
• Ranking categories (highest to lowest).
• Showing change between a few time periods (e.g., Q1 vs Q2).
• Variants: Clustered column (compare multiple series within each category)
and stacked column (parts of a total).
Line charts
• Purpose: Show trends, patterns, and changes over time with continuous data
at regular intervals (e.g., daily stock price, monthly profit, weekly demand).
• Structure: Points connected by lines across a time (or ordered) axis, often
with multiple lines for different series.
• Best for:
• Showing overall direction (upward, downward, seasonal patterns).
• Comparing trends of multiple series over the same period.
• Good practices: Use a consistent time interval, start the vertical axis at a
sensible point, and avoid too many lines to prevent clutter.
Pie charts
• Purpose: Show percentage distribution of a single total into a few
categories at one point in time (e.g., market share, cost structure, product
mix).
• Structure: Circle divided into slices proportional to each category’s share
of the whole.
• Best for:
• 3–5 categories with clearly different magnitudes.
• Single snapshot (not time series).
• Caution: Hard to compare slices precisely; if exact comparison is needed
or there are many categories, use a bar/column chart instead.
Point (dot) charts
• Purpose: Highlight individual data values using points; often used to
compare multiple categories or to show a simple relationship.
• Structure: Data points plotted along an axis (or two axes) without
connecting lines; similar to line chart without lines.
• Types:
• Dot plot: categories on one axis, dots on a numeric scale, useful for comparing
many categories clearly.
• Scatter plot: both axes numeric, used for correlation analysis (e.g., advertising spend
vs. sales).
• Best for: Showing distributions, variation, and relationships without visual
clutter.