{ "chart": { "type":"line" }, "title": { "text": "Konjunkturklima" }, "subtitle": { "text": "Source: IHK" }, "xAxis": { "categories": ["01.04.2016", "01.07.2016", "01.10.2016", "01.01.2017", "01.04.2017", "01.07.2017", "01.10.2017", "01.01.2018", "01.04.2018", "01.07.2018", "01.10.2018", "01.01.2019", "01.04.2019", "01.07.2019", "01.10.2019"] }, "yAxis": { "title": { "text": "Werte" } }, "plotOptions": { "line": { "dataLabels": { "enabled": true }, "enableMouseTracking": false } }, "series": [{ "name": "Klima", "data": [115.30, 110.50, 111.50, 117.10, 119.70, 130.0, 127.20, 133.40, 129.50, 119.30, 114.80, 107.30, 112.00, 100.80, 84.00] }, { "name": "Geschäftslage", "data": [19.5, 26.60, 26.20, 26.70, 31.10, 51.00, 45.90, 43.50, 44.10, 36.70, 32.40, 35.30, 30.70, 18.80, 5.3] }] }