فائل:Number of re-education related government procurement bids in Xinjiang.svg

اصل فائل(ایس وی جی فائل، ابعاد 630 × 370 پکسل، فائل کا حجم: 16 کلوبائٹ)

تصویر کا اس زبان میں ترجمہ کریں ۔

یہ فائل ویکی ذخائر کی ہے اور دیگر منصوبوں کے زیر استعمال ہوسکتی ہے۔ فائل کے صفحہ تعارف پر موجود تعارف ذیل میں موجود ہے۔

خلاصہ

تفصیل
English: Number of re-education related government procurement bids in Xinjiang from April 2016 to May 2018, based on data from the Jamestown Foundation. Created using Vega and edited by hand to add translations. Information on how this graph was generated can be found here, and its source code is duplicated below.
تاریخ
ماخذ ذاتی کام
مصنف Cody Logan
SVG genesis
InfoField
 
The SVG code is valid.
 
This chart was created with other tool.
 
 This chart is translated using SVG switch elements: all translations are stored in the same file.

اجازہ کاری

میں اس تخلیقی کام کے حقوق کا مالک ہوں اور اسے مندرجہ ذیل اجازت نامے کے تحت شائع کرتا ہوں:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Source code

The following JSON code can be copied into the Vega editor to generate a PNG or SVG image.

{
  "$schema": "https://vega.github.io/schema/vega/v4.json",
  "width": 600,
  "height": 300,
  "padding": 5,

  "title": "Number of re-education related government procurement bids in Xinjiang",
  "data": [
    {
      "name": "table",
      "values": [
        {"month": "2016-04", "bids": 1},
        {"month": "2016-05", "bids": 0},
        {"month": "2016-06", "bids": 0},
        {"month": "2016-07", "bids": 0},
        {"month": "2016-08", "bids": 0},
        {"month": "2016-09", "bids": 1},
        {"month": "2016-10", "bids": 0},
        {"month": "2016-11", "bids": 1},
        {"month": "2016-12", "bids": 1},
        {"month": "2017-01", "bids": 1},
        {"month": "2017-02", "bids": 0},
        {"month": "2017-03", "bids": 5},
        {"month": "2017-04", "bids": 4},
        {"month": "2017-05", "bids": 4},
        {"month": "2017-06", "bids": 13},
        {"month": "2017-07", "bids": 7},
        {"month": "2017-08", "bids": 8},
        {"month": "2017-09", "bids": 8},
        {"month": "2017-10", "bids": 4},
        {"month": "2017-11", "bids": 4},
        {"month": "2017-12", "bids": 3},
        {"month": "2018-01", "bids": 1},
        {"month": "2018-02", "bids": 2},
        {"month": "2018-03", "bids": 2},
        {"month": "2018-04", "bids": 2},
        {"month": "2018-05", "bids": 1}
      ]
    }
  ],

  "scales": [
    {
      "name": "xscale",
      "type": "band",
      "domain": {"data": "table", "field": "month"},
      "range": "width",
      "padding": 0.35,
      "round": true
    },
    {
      "name": "yscale",
      "domain": {"data": "table", "field": "bids"},
      "nice": true,
      "range": "height"
    }
  ],

  "axes": [
    { "orient": "bottom", "scale": "xscale", "labelAngle": -45, "labelAlign": "right" },
    { "orient": "left", "scale": "yscale", "grid": true, "tickCount": 7 }
  ],

  "marks": [
    {
      "type": "rect",
      "from": {"data":"table"},
      "encode": {
        "enter": {
          "x": {"scale": "xscale", "field": "month"},
          "width": {"scale": "xscale", "band": 1},
          "y": {"scale": "yscale", "field": "bids"},
          "y2": {"scale": "yscale", "value": 0}
        },
        "update": {
          "fill": {"value": "steelblue"}
        }
      }
    }
  ]
}

Captions

Add a one-line explanation of what this file represents
Chart showing the number of re-education related government procurement bids in Xinjiang from April 2016 to May 2018

Items portrayed in this file

عکاسی

source of file انگریزی

20 اگست 2018

MIME type انگریزی

image/svg+xml

فائل کا تاریخچہ

کسی خاص وقت یا تاریخ میں یہ فائل کیسی نظر آتی تھی، اسے دیکھنے کے لیے اس وقت/تاریخ پر کلک کریں۔

تاریخ/وقتتھمب نیلابعادصارفتبصرہ
رائج الوقت15:04، 25 اگست 2021ءمورخہ 15:04، 25 اگست 2021ء کا تھمب نیل630 × 370 (16 کلوبائٹ)Wiki-kslAdded Portuguese translation
13:56، 2 جولائی 2020ءمورخہ 13:56، 2 جولائی 2020ء کا تھمب نیل630 × 370 (16 کلوبائٹ)Timk70German translation fix // Editing SVG source code using c:User:Rillke/SVGedit.js
13:52، 2 جولائی 2020ءمورخہ 13:52، 2 جولائی 2020ء کا تھمب نیل630 × 370 (16 کلوبائٹ)Timk70Add German and Dutch translation // Editing SVG source code using c:User:Rillke/SVGedit.js
10:37، 21 فروری 2020ءمورخہ 10:37، 21 فروری 2020ء کا تھمب نیل630 × 370 (16 کلوبائٹ)WhidouAdd French translation
20:37، 21 اگست 2018ءمورخہ 20:37، 21 اگست 2018ء کا تھمب نیل630 × 370 (16 کلوبائٹ)Clpo13indent for code readability // Editing SVG source code using User:Rillke/SVGedit.js; upload handled by User:Rillke/MwJSBot.js
23:16، 20 اگست 2018ءمورخہ 23:16، 20 اگست 2018ء کا تھمب نیل630 × 370 (14 کلوبائٹ)Clpo13translate with switch element // Editing SVG source code using User:Rillke/SVGedit.js; upload handled by User:Rillke/MwJSBot.js
18:09، 20 اگست 2018ءمورخہ 18:09، 20 اگست 2018ء کا تھمب نیل630 × 370 (14 کلوبائٹ)Clpo13User created page with UploadWizard

درج ذیل صفحہ اس فائل کو استعمال کر رہا ہے:

فائل کا عالمی استعمال

مندرجہ ذیل ویکیوں میں یہ فائل زیر استعمال ہے:

میٹا ڈیٹا