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

الملف الأصلي(ملف 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 منشأ الملف
InfoField
 
الشيفرة المصدرية لهذا الرسم المتجه صالحة.
 
هذا الرسم المتجهي أُنشئ بواسطة other tool
 
 This chart is translated using SVG switch elements: all translations are stored in the same file.

ترخيص

أنا، صاحب حقوق التأليف والنشر لهذا العمل، أنشر هذا العمل تحت الرخصة التالية:
Creative Commons CC-Zero هذا الملف متوفر تحت ترخيص المشاع الإبداعي CC0 1.0 الحقوق العامة.
لقد وَضَعَ صاحب حقوق التَّأليف والنَّشر هذا العملَ في النَّطاق العامّ من خلال تنازُلِه عن حقوق العمل كُلِّها في أنحاء العالم جميعها تحت قانون حقوق التَّأليف والنَّشر، ويشمل ذلك الحقوق المُتَّصِلة بها والمُجاورة لها برمتها بما يتوافق مع ما يُحدده القانون. يمكنك نسخ وتعديل وتوزيع وإعادة إِنتاج العمل، بما في ذلك لأغراضٍ تجاريَّةٍ، دون حاجةٍ لطلب مُوافَقة صاحب حقوق العمل.

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"}
        }
      }
    }
  ]
}

الشروحات

أضف شرحاً من سطر واحد لما يُمثِّله هذا الملف
Chart showing the number of re-education related government procurement bids in Xinjiang from April 2016 to May 2018

العناصر المصورة في هذا الملف

يُصوِّر

٢٠ أغسطس 2018

تاريخ الملف

اضغط على زمن/تاريخ لرؤية الملف كما بدا في هذا الزمن.

زمن/تاريخصورة مصغرةالأبعادمستخدمتعليق
حالي15:04، 25 أغسطس 2021تصغير للنسخة بتاريخ 15:04، 25 أغسطس 2021630 × 370 (16 كيلوبايت)Wiki-kslAdded Portuguese translation
13:56، 2 يوليو 2020تصغير للنسخة بتاريخ 13:56، 2 يوليو 2020630 × 370 (16 كيلوبايت)Timk70German translation fix // Editing SVG source code using c:User:Rillke/SVGedit.js
13:52، 2 يوليو 2020تصغير للنسخة بتاريخ 13:52، 2 يوليو 2020630 × 370 (16 كيلوبايت)Timk70Add German and Dutch translation // Editing SVG source code using c:User:Rillke/SVGedit.js
10:37، 21 فبراير 2020تصغير للنسخة بتاريخ 10:37، 21 فبراير 2020630 × 370 (16 كيلوبايت)WhidouAdd French translation
20:37، 21 أغسطس 2018تصغير للنسخة بتاريخ 20:37، 21 أغسطس 2018630 × 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 أغسطس 2018630 × 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 أغسطس 2018630 × 370 (14 كيلوبايت)Clpo13User created page with UploadWizard

الصفحة التالية تستخدم هذا الملف:

الاستخدام العالمي للملف

الويكيات الأخرى التالية تستخدم هذا الملف:

بيانات وصفية