קובץ: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
 
.קוד המקור של קובץ SVG זה הוא תקין
 
Other tools עם‎‎ נוצרה ה גרפיקה וקטורית
 
 This chart is translated using SVG switch elements: all translations are stored in the same file.

רישיון

אני, בעל זכויות היוצרים על עבודה זו, מפרסם בזאת את העבודה תחת הרישיון הבא:
Creative Commons CC-Zero קובץ זה זמין לפי תנאי הקדשה עולמית לנחלת הכלל CC0 1.0 של Creative Commons.
האדם ששייך יצירה להיתר הזה הקדיש את היצירה לנחלת הכלל על־ידי ויתור על כל הזכויות שלו או שלה על היצירה בכל העולם לפי חוק זכויות יוצרים, לרבות כל הזכויות הקשורות או הסמוכות כקבוע בחוק. באפשרותך להעתיק, לשנות, להפיץ, או להציג את היצירה, אפילו למטרות מסחריות, וכל זה אפילו מבלי לבקש רשות.

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

פריטים שמוצגים בקובץ הזה

מוצג

image/svg+xml

היסטוריית הקובץ

ניתן ללחוץ על תאריך/שעה כדי לראות את הקובץ כפי שנראה באותו זמן.

תאריך/שעהתמונה ממוזערתממדיםמשתמשהערה
נוכחית18:04, 25 באוגוסט 2021תמונה ממוזערת לגרסה מ־18:04, 25 באוגוסט 2021‪370 × 630‬ (16 ק"ב)Wiki-kslAdded Portuguese translation
16:56, 2 ביולי 2020תמונה ממוזערת לגרסה מ־16:56, 2 ביולי 2020‪370 × 630‬ (16 ק"ב)Timk70German translation fix // Editing SVG source code using c:User:Rillke/SVGedit.js
16:52, 2 ביולי 2020תמונה ממוזערת לגרסה מ־16:52, 2 ביולי 2020‪370 × 630‬ (16 ק"ב)Timk70Add German and Dutch translation // Editing SVG source code using c:User:Rillke/SVGedit.js
13:37, 21 בפברואר 2020תמונה ממוזערת לגרסה מ־13:37, 21 בפברואר 2020‪370 × 630‬ (16 ק"ב)WhidouAdd French translation
23:37, 21 באוגוסט 2018תמונה ממוזערת לגרסה מ־23:37, 21 באוגוסט 2018‪370 × 630‬ (16 ק"ב)Clpo13indent for code readability // Editing SVG source code using User:Rillke/SVGedit.js; upload handled by User:Rillke/MwJSBot.js
02:16, 21 באוגוסט 2018תמונה ממוזערת לגרסה מ־02:16, 21 באוגוסט 2018‪370 × 630‬ (14 ק"ב)Clpo13translate with switch element // Editing SVG source code using User:Rillke/SVGedit.js; upload handled by User:Rillke/MwJSBot.js
21:09, 20 באוגוסט 2018תמונה ממוזערת לגרסה מ־21:09, 20 באוגוסט 2018‪370 × 630‬ (14 ק"ב)Clpo13User created page with UploadWizard

הדפים הבאים משתמשים בקובץ הזה:

שימוש גלובלי בקובץ

אתרי הוויקי השונים הבאים משתמשים בקובץ זה:

מטא־נתונים