{
  "config": {
    "view": {
      "continuousWidth": 400,
      "continuousHeight": 300
    }
  },
  "data": {
    "name": "data-0afaf532f55490fcdb0c2fa89982d341"
  },
  "mark": "bar",
  "encoding": {
    "tooltip": [
      {
        "field": "Country",
        "title": "Country",
        "type": "nominal"
      },
      {
        "field": "NEET_Rate_Percent",
        "format": ".2f",
        "title": "NEET Rate",
        "type": "quantitative"
      }
    ],
    "x": {
      "field": "NEET_Rate_Percent",
      "title": "Average NEET Rate (%)",
      "type": "quantitative"
    },
    "y": {
      "field": "Country",
      "sort": "-x",
      "title": "Country",
      "type": "nominal"
    }
  },
  "title": "NEET Rate by Country (2022)",
  "$schema": "https://vega.github.io/schema/vega-lite/v4.17.0.json",
  "datasets": {
    "data-0afaf532f55490fcdb0c2fa89982d341": [
      {
        "Country": "TV",
        "NEET_Rate_Percent": 34.42
      },
      {
        "Country": "WS",
        "NEET_Rate_Percent": 30.169999999999998
      },
      {
        "Country": "PG",
        "NEET_Rate_Percent": 27.78
      },
      {
        "Country": "NC",
        "NEET_Rate_Percent": 23.634999999999998
      },
      {
        "Country": "NU",
        "NEET_Rate_Percent": 10.915
      }
    ]
  }
}