Instagram
youtube
Facebook
Twitter

Charts and Graphs

What You’ll Learn:

  • How to create different chart types: Bar, Pie, Line, and Combo

  • How to choose the right chart for your data

  • How to customize titles, legends, and ranges

  • How to build a live project dashboard with charts


Prerequisites:

  • A basic dataset (we’ll provide below)

  • Familiarity with rows, columns, and headers


Step 1: Sample Data – Monthly Sales

Enter the following into a blank Google Sheet:

Month Sales (₹)
January 12,000
February 15,000
March 10,000
April 18,000
May 20,000
June 25,000

 


Step 2: Create a Bar Chart

Steps:

  1. Select the entire data table (A1:B7)

  2. Click Insert > Chart

  3. Google Sheets will auto-generate a Column (Bar) Chart

  4. In the Chart Editor (sidebar):

    • Go to Setup > Chart Type → select Column Chart (if not already selected)

    • You can switch to Bar Chart for horizontal bars

Use Case: Great for comparing quantities across months or categories


Step 3: Create a Pie Chart

Steps:

  1. Use the same dataset

  2. Go to Insert > Chart

  3. In the Chart Editor:

    • Chart type → Select Pie chart

    • Label: Month, Value: Sales

Use Case: Useful when showing percentage distribution of sales


Step 4: Create a Line Chart

Steps:

  1. Select A1:B7

  2. Insert > Chart → Chart type → Line chart

Use Case: Perfect for tracking sales growth or trends over time


Step 5: Create a Combo Chart (Advanced)

Suppose you add another column for Profit:

Month Sales (₹) Profit (₹)
January 12,000 4,000
February 15,000 5,000
March 10,000 3,000
April 18,000 7,000
May 20,000 8,000
June 25,000 10,000

 

Steps:

  1. Select all three columns (A1:C7)

  2. Insert > Chart → Chart type → Combo Chart

  3. Customize to show:

    • Sales as Bar

    • Profit as Line

Use Case: Shows two types of data (e.g., Sales vs Profit) on one chart


Step 6: Customize Your Charts

After inserting any chart:

  • Click on the chart

  • In the Chart Editor:

    • Customize > Chart & axis titles → Rename your chart

    • Series → Change colors, line thickness

    • Legend → Change position or hide

    • Gridlines & Ticks → Add y-axis lines for better reading


Mini Project: Product Sales Dashboard

Product Units Sold Revenue (₹) Profit (₹)
T-Shirts 200 40,000 12,000
Jeans 150 60,000 18,000
Jackets 100 80,000 20,000
Shoes 90 70,000 16,000

 

Create the following:

  • Bar chart showing Revenue by Product

  • Pie chart showing share of Profit

  • Line chart showing Units Sold (create fake monthly data)

  • Combo chart of Revenue (bar) and Profit (line)