Pie Chart Widget

The Pie Chart widget displays data as slices of a circle, showing how individual parts contribute to the whole. Perfect for visualizing proportions and percentages at a glance.

When to Use

When NOT to Use

Configuration Options

Content Settings

Title (Required)

Examples: "Revenue by Category", "Traffic Source Breakdown", "Expense Distribution"

Data Type (Required)

Options:

Recommended: Categorized Data for most use cases

Metric (Required)

What it is: The data source and value to visualize

Available categorized metrics:

How to select: Use searchable dropdown with dot notation (e.g., "products.categorized_data.by_category")

Metric Field (Optional)

What it is: Specific field to measure within the selected metric

Examples for Product Categories:

Leave blank to use default field (usually total_revenue)

Design Settings

Responsive Width

Desktop/Tablet/Mobile Columns (1-12)

Recommended:

Color Theme

Options: Blue, Green, Purple, Orange, Red, Gray

What it does: Provides base color palette - slices use variations of this color

Tip: Use color that matches the data meaning (Green for profit, Blue for revenue, Red for costs)

Show Legend

Options: On/Off (default: On)

What it shows: List of categories with their colors below the chart

When to disable: When categories are obvious or space is limited

Chart Height

Range: 200-1000 pixels (default: 450px)

Recommendations:

Visual Display

Pie Chart Appearance

	Revenue by Category

    ╱───────╲
   ╱    30%  ╲
  │   40%     │
  │     20%   │
   ╲   10%   ╱
    ╲───────╱

Clothing (40%)
Accessories (30%)
Shoes (20%)
Other (10%)

Slice Details

Example Configurations

Example 1: Revenue by Product Category

	Title: Revenue Distribution by Category
Data Type: Categorized Data
Metric: products.categorized_data.by_category
Metric Field: total_revenue
Color: Blue
Show Legend: On
Height: 450px
Width: 6 columns

Result: Shows what % of revenue each category generates

Example 2: Traffic Source Breakdown

	Title: Traffic Sources
Data Type: Categorized Data
Metric: analytics.categorized_data.traffic_sources
Metric Field: session_count
Color: Purple
Show Legend: On
Height: 400px
Width: 6 columns

Result: Visualizes traffic composition (Organic 45%, Paid 30%, Social 15%, etc.)

Example 3: Expense Distribution

	Title: Operating Expenses by Category
Data Type: Categorized Data
Metric: expenses.categorized_data.by_category
Metric Field: total_amount
Color: Red
Show Legend: On
Height: 450px

Example 4: Order Status Distribution

	Title: Orders by Status
Data Type: Categorized Data
Metric: orders.categorized_data.by_status
Metric Field: order_count
Color: Gray
Show Legend: On

Best Practices

Slice Quantity

Small Slice Handling

Categories under 5% of total:

Color Selection

Label Display

Common Use Cases

Revenue Composition Analysis

Understand what generates your revenue:

Profit Distribution

See where profit comes from:

Marketing Channel Mix

Visualize traffic sources:

Geographic Revenue

Understand geographic distribution:

Interpreting Pie Charts

Dominant Slices

Large slices (30%+): Major contributors, critical to performance

Action: Protect and optimize these categories

Small Slices

Tiny slices (<5%): Minor contributors

Action: Either grow them or consider discontinuing

Balanced Distribution

Many similar-sized slices: Diversified portfolio

Good: Less risky, not dependent on one category

Bad: May lack focus, spreading resources thin

Highly Concentrated

One slice 70%+: Heavy dependency on one category

Risk: If that category fails, business struggles

Action: Consider diversifying

Comparing Pie Charts

Side-by-Side Analysis

Create two pie charts next to each other (6 cols each):

Example 1: Revenue vs Profit by Category

Example 2: This Year vs Last Year

Troubleshooting

Issue: Too many slices, chart unreadable

Solutions:

Issue: No data showing

Check:

Issue: Colors too similar

Solution:

Issue: Labels overlapping

Solutions:

Related Widgets