{
  "title": { "text": "Klientų segmentacija", "subtext": "Užsakymų sk. vs vidutinis čekis" },
  "tooltip": {
    "trigger": "item",
    "formatter": "{a}<br/>Užsakymai: {c0}<br/>Čekis: {c1} EUR"
  },
  "legend": { "top": 28 },
  "xAxis": { "type": "value", "name": "Užsakymai", "scale": true },
  "yAxis": { "type": "value", "name": "Vid. čekis EUR", "scale": true },
  "series": [
    {
      "name": "B2C",
      "type": "scatter",
      "symbolSize": 10,
      "data": [
        [3, 24],   [5, 32],   [8, 28],   [12, 45],  [15, 38],
        [18, 52],  [22, 48],  [9, 34],   [14, 41],  [6, 26],
        [11, 36],  [17, 50],  [20, 55],  [7, 30],   [10, 39]
      ]
    },
    {
      "name": "B2B",
      "type": "scatter",
      "symbolSize": 14,
      "data": [
        [25, 180], [38, 240], [42, 320], [55, 290], [62, 410],
        [70, 380], [48, 260], [35, 220], [58, 350], [44, 280],
        [66, 430], [52, 310], [40, 250], [60, 390], [50, 300]
      ]
    }
  ]
}
