{
  "title": "Bar graph",
  "status": "wip",
  "context": {
    "question": "If no, how should european countries show more solidarity? ",
    "questionID": 1,
    "responses": [
      {
        "text": "By showing greater acceptance of the diversities that exists among the different countries",
        "value": 21
      },
      {
        "text": "By jointly tackling the negative impact of the economic and financial crisis",
        "value": 22
      },
      {
        "text": "By reducing inequalities between richer and poorer countries and regions",
        "value": 23
      },
      {
        "text": "By facing together the consequences of the migratory flows and of the refugees' crisis",
        "value": 24
      },
      {
        "text": "By defining a common approach to the climate and environmental challenges",
        "value": 19
      }
    ]
  },
  "variants": [
    {
      "name": "withFilter",
      "status": "prototype",
      "context": {
        "question": "If no, how should european countries show more solidarity? ",
        "filters": [
          {
            "name": "Countries",
            "id": "countries",
            "label": "Select country",
            "values": [
              {
                "id": "EU",
                "name": "Europe"
              },
              {
                "id": "BE",
                "name": "Belgium"
              },
              {
                "id": "NL",
                "name": "Nederland"
              },
              {
                "id": "FR",
                "name": "France"
              }
            ]
          }
        ],
        "responses": [
          {
            "text": "By jointly tackling the negative impact of the economic and financial crisis",
            "values": [
              {
                "country": "EU",
                "countryName": "Europe",
                "value": 50
              },
              {
                "country": "BE",
                "countryName": "Belgium",
                "value": 100
              },
              {
                "country": "FR",
                "countryName": "France",
                "value": 10
              },
              {
                "country": "DE",
                "countryName": "DE",
                "value": 75
              },
              {
                "country": "NL",
                "countryName": "Netherland",
                "value": 0
              }
            ]
          },
          {
            "text": "Response 2",
            "values": [
              {
                "country": "EU",
                "countryName": "Europe",
                "value": 2
              },
              {
                "country": "BE",
                "countryName": "Belgium",
                "value": 5
              },
              {
                "country": "FR",
                "countryName": "France",
                "value": 5
              },
              {
                "country": "DE",
                "countryName": "DE",
                "value": 5
              },
              {
                "country": "NL",
                "countryName": "Netherland",
                "value": 0
              }
            ]
          },
          {
            "text": "Response 3",
            "values": [
              {
                "country": "EU",
                "countryName": "Europe",
                "value": 80
              },
              {
                "country": "BE",
                "countryName": "Belgium",
                "value": 100
              },
              {
                "country": "FR",
                "countryName": "France",
                "value": 10
              },
              {
                "country": "DE",
                "countryName": "DE",
                "value": 75
              },
              {
                "country": "NL",
                "countryName": "Netherland",
                "value": 0
              }
            ]
          }
        ]
      }
    }
  ]
}