Skip to content

[bubble-packed] Basic Packed Bubble Chart #992

@MarkusNeusinger

Description

@MarkusNeusinger

Description

A packed bubble chart displays data as circles where size represents value, and circles are packed together without overlap using physics simulation. Unlike scatter plots, position has no meaning - only size and grouping matter.

Key Features

  • Circle size proportional to value
  • Circles packed to minimize empty space
  • Can be grouped by category with force clustering
  • Efficient use of space for size comparison

Applications

  • Comparing values across many categories
  • Budget and spending visualization
  • Market share comparison
  • Portfolio or inventory composition

Data Requirements

  • label (categorical) - Category names
  • value (numeric) - Size values
  • Optional: group (categorical) - For clustering
  • Size: 10-100 items typical

Visual Elements

  • Circles sized by value
  • Packed together without overlap
  • Labels inside or beside circles
  • Color coding by category or group
  • Optional: grouped clusters with spacing

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions