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的源代码为有效代码.
 
矢量图使用其他SVG工具创作。
 
 此SVG 文件通过SVG <switch>元素进行翻译:所有译文都保存在同一文件中。

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
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

此文件中描述的项目

描繪內容

image/svg+xml

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2021年8月25日 (三) 15:042021年8月25日 (三) 15:04版本的缩略图630 × 370(16 KB)Wiki-kslAdded Portuguese translation
2020年7月2日 (四) 13:562020年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:522020年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:372020年2月21日 (五) 10:37版本的缩略图630 × 370(16 KB)WhidouAdd French translation
2018年8月21日 (二) 20:372018年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:162018年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:092018年8月20日 (一) 18:09版本的缩略图630 × 370(14 KB)Clpo13User created page with UploadWizard

全域文件用途

以下其他wiki使用此文件:

元数据