{
  "title": { "text": "Temperatūros trendas", "subtext": "Vidutinė savaitės temperatūra (°C)" },
  "tooltip": { "trigger": "axis" },
  "legend": { "top": 28 },
  "xAxis": {
    "type": "category",
    "boundaryGap": false,
    "data": ["Pirm", "Antr", "Treč", "Ketv", "Penkt", "Šešt", "Sekm"]
  },
  "yAxis": { "type": "value", "name": "°C", "axisLabel": { "formatter": "{value} °C" } },
  "series": [
    {
      "name": "Vilnius",
      "type": "line",
      "data": [12.4, 13.8, 15.2, 16.7, 18.3, 17.9, 16.1],
      "areaStyle": { "opacity": 0.15 }
    },
    {
      "name": "Klaipėda",
      "type": "line",
      "data": [10.8, 11.5, 13.1, 14.8, 16.2, 16.9, 15.4],
      "areaStyle": { "opacity": 0.15 }
    },
    {
      "name": "Kaunas",
      "type": "line",
      "data": [11.9, 13.2, 14.9, 16.3, 18.1, 17.6, 15.8],
      "areaStyle": { "opacity": 0.15 }
    }
  ]
}
