Bubble Chart

🌐Community
by dennisadriaans Β· vlatest Β· Repository

Generates interactive bubble charts to visualize data relationships and trends, offering insightful comparisons of variables.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add bubble-chart npx -- -y @trustedskills/bubble-chart
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "bubble-chart": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/bubble-chart"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The bubble-chart skill generates interactive bubble charts using Vue.js and Chart.js. It allows you to visualize data points as circles, where the size of each circle represents a value, and their position on the chart can be determined by other variables. This provides a clear visual representation for comparing different data sets and identifying trends or outliers.

When to use it

  • Comparing product performance: Visualize sales figures alongside marketing spend and customer satisfaction scores for various products.
  • Analyzing website traffic: Display page views, bounce rates, and average time on site for different landing pages.
  • Presenting demographic data: Show population size, income levels, and education attainment across different regions.
  • Financial reporting: Illustrate revenue, expenses, and profit margins for various business units or projects.

Key capabilities

  • Generates interactive bubble charts.
  • Uses Vue.js and Chart.js libraries.
  • Allows customization of circle size based on data values.
  • Positions circles using X and Y axes representing other variables.

Example prompts

  • "Create a bubble chart showing website traffic for the last quarter, with page views as circle size, bounce rate on the x-axis, and average time on site on the y-axis."
  • "Generate a bubble chart comparing sales performance of different products, using revenue as circle size, marketing spend on the x-axis, and customer satisfaction on the y-axis."
  • β€œCan you visualize population density versus median income for US states in a bubble chart?”

Tips & gotchas

The skill requires familiarity with data formatting suitable for Chart.js (arrays of objects). Ensure your input data is properly structured to avoid errors or unexpected visualizations.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
dennisadriaans
Installs
2

🌐 Community

Passed automated security scans.