LogoLogo
Platform
  • Welcome to Infinity - AI Powered Data Analytics tool.
  • Interactive Quick Start Guide
  • Comprehensive User Guide
    • 1. Connecting Your Data
      • Uploading Files as a Datasource
      • Connecting to Databases and Cloud Data Sources
      • AI-Powered Data Definition Wizard
      • Managing Data Sources
      • Supported Data Connectors
    • 2. Charts
      • Creating Charts
        • AI Chart Builder
        • Drag-Drop Builder
        • Data Explorer
      • Chart Customization
        • Chart Configuration Basics
        • Intent and Its Role in Chart Generation
        • Modifying Selected Data Sources and Tables
        • Understanding and Editing the SQL Query
        • Changing the Chart Type
        • Modifying Data Components
        • Using Pivoting for Multi-Dimensional Analysis
        • Applying Filters
        • Customizing Chart with Advanced Editor Panel
          • Styles
            • Chart Background
            • Titles
            • Legend
            • Grid
            • X-Axis
            • Y-Axis
            • Secondary Y-Axis
            • Series
          • Sharing
          • Prompts
          • JS (Code Mode)
        • Using AI Chatbot for Quick Modifications
      • Featured Chart Examples
        • Line/Bar/Column/Scatter Chart
        • Combo Chart
        • Stacked Area/Bar/Column Chart
        • 100% Stacked Column/Bar/Area Chart
        • Pie Chart
        • Metric Chart
        • Bubble Chart
        • Geo Chart
        • Geo with Makers Chart
        • Sankey Chart
        • Histogram Chart
        • Annotation Chart (ToDo)
        • Table Chart
        • Tree Map Chart
        • Timeline Chart (todo)
        • Gauge Chart (todo)
        • Custom Charts
      • Managing Charts
      • Accessing Charts
      • Chart Actions
    • 3. Storyboards
      • Creating Storyboards
      • Storyboard Customization
      • Managing Storyboards
      • Accessing Storyboards
      • Storyboard Actions
    • 4. Feed Page
    • 5. Curated Page
    • 6. Beacons: Working with Unstructured Data
      • Beacon : Basics
      • Creating Beacons
      • Accessing Beacon Data
      • Managing Beacon
    • 7. User and Access Management
      • Inviting Colleagues
      • Approving Join Requests
      • Roles
      • Orgs
      • Distribution Lists
      • Layouts
    • 8. Site Customization
    • 9. Subscriptions
      • Scheduled Emails
      • Event Based Notifications (Alerts)
      • Managing Alerts and Scheduled Emails
    • 10. Profile and settings
    • 11. Making the Most of Infinity's AI-Powered Features
    • 12. Advanced Topics
      • Chart Variables
      • Custom Computes for Event Based Subscriptions
      • Drill-down or Reference Charts
      • Custom XLS Template
      • Custom PPT Template
      • Editing the Chart JavaScript
    • 13. Getting Additional Help
      • Video Resources
      • Best Practices
      • FAQs
        • Error while creating chart
        • User not able to access Charts
        • Unable to Create a DataSource
        • Hard Reset/Reloading the browser
      • Contact Support
  • Topics to address
Powered by GitBook
On this page
  • 📈 Bubble Chart
  • 🧠 When to Use a Bubble Chart
  • 🧩 Bubble Chart Attributes
  • 🛠️ Creating a Bubble Chart
  • 🎨 Customizing the Chart
  1. Comprehensive User Guide
  2. 2. Charts
  3. Featured Chart Examples

Bubble Chart

In this article, we will explain how to create and customize a bubble chart. So let's get started!

📈 Bubble Chart

A Bubble Chart is a powerful way to visualize multi-dimensional data in a single view. It’s especially useful when you want to:

  • Compare multiple metrics across categories

  • Identify patterns or outliers

  • Show correlations between variables

  • Represent a fourth variable using bubble size or color


🧠 When to Use a Bubble Chart

Use a bubble chart when:

  • You have at least three numerical measures to plot.

  • You want to highlight how categories compare across multiple dimensions.

  • You need to visualize volume or magnitude (with bubble size) and intensity (with bubble color).

Common use cases:

  • Market performance (e.g. sales vs. profit vs. discount)

  • Product comparisons (e.g. revenue vs. cost vs. margin)

  • Regional analysis (e.g. growth vs. customer base vs. churn)


🧩 Bubble Chart Attributes

Each bubble represents one data point (e.g. a market or product) and can encode up to five attributes:

Attribute
Description
Required

Bubble Name

Label/ID for the bubble (e.g. Market)

✅

X-Position

Value on the X-axis (e.g. Sales)

✅

Y-Position

Value on the Y-axis (e.g. Profit)

✅

Color

Value used for gradient coloring or grouping (e.g. Quantity)

⭕ Optional

Size

Determines the diameter of the bubble (e.g. Discount)

⭕️ Optional

Order By

Optional sorting field (e.g. Market)

⭕️ Optional

ℹ️ Color can be either:

  • a string to group bubbles by category

  • a number to apply a color gradient (e.g., intensity)


🛠️ Creating a Bubble Chart

Step 1: Enter Your Prompt in the builder

In the Intent panel, describe what you want to visualize. Example prompt:

Display a bubble chart showing the sum of sales, profit, quantity, and discount by market.

Click Next to proceed.


Step 2: Map Attributes

The AI would map your fields to the bubble chart properties:

  • Bubble Name → Market

  • X-Position → Sum(Sales)

  • Y-Position → Sum(Profit)

  • Color → Sum(Quantity) (optional)

  • Size → Sum(Discount) (optional)

  • Order By → Market (optional)

Click Save to generate the chart.


🎨 Customizing the Chart

To access customization options:

  1. Click Advanced Editor at the top of the chart.

  2. Open the Styles tab on the right panel.

From there, you can adjust:

  • Chart Title

  • Gridlines (horizontal/vertical)

  • Legend (position and display)

  • Bubble Opacity

  • Color Range (gradient stops and min/max)

  • Bubble Font (text style, color, size)

  • Chart Padding & Zoom

  • Background Styling

⚙️ Advanced users can also switch to the JSON tab to directly edit chart config options.


PreviousMetric ChartNextGeo Chart

Last updated 1 month ago