File:Number of re-education related government procurement bids in Xinjiang.svg

頁面內容不支援其他語言。
維基新聞,自由的新聞源

原始檔案(SVG 檔案,表面大小:630 × 370 像素,檔案大小:16 KB)

顯示此圖片於

摘要

描述
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檔案的原始碼通過W3C驗證
 
向量圖形使用Other tools創作。
 
 這個SVG 檔案通過SVG <switch>元素進行翻譯:所有譯文均儲存於同一檔案內。

授權條款

我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
Creative Commons CC-Zero 此檔案在創用CC 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

在此檔案描寫的項目

描繪內容

檔案來源 Chinese (Taiwan) (已轉換拼寫)

image/svg+xml

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2021年8月25日 (三) 15:04於 2021年8月25日 (三) 15:04 版本的縮圖630 × 370(16 KB)Wiki-kslAdded Portuguese translation
2020年7月2日 (四) 13:56於 2020年7月2日 (四) 13:56 版本的縮圖630 × 370(16 KB)Timk70German translation fix // Editing SVG source code using c:User:Rillke/SVGedit.js
2020年7月2日 (四) 13:52於 2020年7月2日 (四) 13:52 版本的縮圖630 × 370(16 KB)Timk70Add German and Dutch translation // Editing SVG source code using c:User:Rillke/SVGedit.js
2020年2月21日 (五) 10:37於 2020年2月21日 (五) 10:37 版本的縮圖630 × 370(16 KB)WhidouAdd French translation
2018年8月21日 (二) 20:37於 2018年8月21日 (二) 20:37 版本的縮圖630 × 370(16 KB)Clpo13indent for code readability // Editing SVG source code using User:Rillke/SVGedit.js; upload handled by User:Rillke/MwJSBot.js
2018年8月20日 (一) 23:16於 2018年8月20日 (一) 23:16 版本的縮圖630 × 370(14 KB)Clpo13translate with switch element // Editing SVG source code using User:Rillke/SVGedit.js; upload handled by User:Rillke/MwJSBot.js
2018年8月20日 (一) 18:09於 2018年8月20日 (一) 18:09 版本的縮圖630 × 370(14 KB)Clpo13User created page with UploadWizard

全域檔案使用狀況

以下其他 wiki 使用了這個檔案:

詮釋資料