{
  "diagramType": "bubble",
  "title": "Product Competitiveness Analysis",
  "subtitle": "Bubble size = market share (%)",
  "style": "dark-professional",
  "format": "html",
  "series": [
    {
      "name": "Products",
      "data": [
        {"x": 50, "y": 85, "size": 30, "label": "Product A"},
        {"x": 80, "y": 70, "size": 15, "label": "Product B"},
        {"x": 30, "y": 92, "size": 45, "label": "Product C"},
        {"x": 65, "y": 65, "size": 10, "label": "Product D"}
      ]
    }
  ],
  "axis": {
    "x": {
      "label": "Price ($)",
      "gridLines": true,
      "ticks": [0, 20, 40, 60, 80, 100]
    },
    "y": {
      "label": "Satisfaction Score",
      "gridLines": true,
      "ticks": [50, 60, 70, 80, 90, 100]
    }
  },
  "sizeRange": {
    "minRadius": 5,
    "maxRadius": 35
  },
  "legend": {
    "visible": true,
    "position": "top"
  },
  "metadata": {
    "author": "gmdiagram",
    "date": "2026-04-14",
    "version": "0.6.0"
  }
}
