{
"chart": {
"type": "column"
},
"title": {
"text": " "
},
"subtitle": {
"text": "Welche Unterstützung wünschen Sie sich mit Blick auf die zukünftigen Anforderungen der „Circular Economy”? "
},
"xAxis": {
"type": "category",
"labels": {
"rotation": -45
}
},
"yAxis": {
"min": 0,
"title": {
"text": "Nennungen in Prozent"
}
},
"legend": {
"enabled": false
},
"tooltip": {
"pointFormat": "{point.y:.lf} Prozent"
},
"series": [{
"name": "Nennung",
"colorByPoint": true,
"data": [
["Kann ich nicht beurteilen",25],
["Keine",24],
["Nachhaltige Produkte",21],
["Recyclingsfähige Materialen", 28],
["Qualifizierungangebote (Aus- und Weiterbildung)",22],
["Informations- und Beratungsangebote (Webinare, Coachings, Leitfäden, etc.)",31],
["Finanzielle Unterstützung / Förderprogramme",35]
]
}]
}