{
  "originalData": {
    "name": "stackBar",
    "data": {
      "labels": [
        "USA",
        "China",
        "Germany",
        "Japan",
        "France"
      ],
      "datasets": [
        {
          "label": "Electric Vehicles",
          "data": [
            250000,
            200000,
            180000,
            150000,
            120000
          ],
          "backgroundColor": "#1976d2"
        },
        {
          "label": "ICE Vehicles",
          "data": [
            300000,
            280000,
            320000,
            270000,
            250000
          ],
          "backgroundColor": "#1c8eb1"
        }
      ]
    }
  }
}
