{ "chart": { "type": "column" }, "title": { "text": "Durchschnittlicher Gewerbesteuerhebesatz, 2016-2021" }, "subtitle": { "text": "Quelle: IHKN" }, "yAxis": { "title": { "text": "Hebesatz" } }, "xAxis": { "accessibility": { "rangeDescription": "Range: 2016 to 2017" } }, "legend": { "layout": "vertical", "align": "right", "verticalAlign": "middle" }, "plotOptions": { "series": { "label": { "connectorAllowed": "false" }, "pointStart": 2016 } }, "series": [{ "name": "IHK-Region", "data": [374, 375, 377, 377, 377] }, { "name": "Stadt Osnabrück", "data": [440, 440, 440, 440, 440] }, { "name": "Landkreis Osnabrück", "data": [376, 378, 378, 378, 379] }, { "name": "Landkreis Emsland", "data": [ 346, 346, 349, 351, 352] }, { "name": "Landkreis Grafschaft Bentheim", "data": [ 359, 359, 360, 360, 360] }], "responsive": { "rules": [{ "condition": { "maxWidth": 500 }, "chartOptions": { "legend": { "layout": "horizontal", "align": "center", "verticalAlign": "bottom" } } }] } });