data.json 395 B

1234567
  1. [
  2. { "label": "klar dafür", "score": 4.1, "cumul": 4.1, "color": "#4a90e2" },
  3. { "label": "eher dafür", "score": 7.6, "cumul": 11.7, "color": "#90CFEB" },
  4. { "label": "unentschieden", "score": 1, "cumul": 12.7, "color": "#969696" },
  5. { "label": "eher dagegen", "score": 3.3, "cumul": 16, "color": "#FD8C33" },
  6. { "label": "klar dagegen", "score": 84, "cumul": 100, "color": "#FC4C2D" }
  7. ]