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

Konten halaman tidak didukung dalam bahasa lain.
Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

Ukuran asli(Berkas SVG, secara nominal 630 × 370 piksel, besar berkas: 16 KB)

Jadikan gambar ini dalam .

Berkas ini berasal dari Wikimedia Commons dan mungkin digunakan oleh proyek-proyek lain. Deskripsi dari halaman deskripsinya ditunjukkan di bawah ini.

Ringkasan

Deskripsi
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.
Tanggal
Sumber Karya sendiri
Pembuat Cody Logan
SVG genesis
InfoField
 
The SVG code is valid.
 
Gambar vektor ini dibuat menggunakan other tool
 
 This chart is translated using SVG switch elements: all translations are stored in the same file.

Lisensi

Saya, pemilik hak cipta dari karya ini, dengan ini menerbitkan berkas ini di bawah ketentuan berikut:
Creative Commons CC-Zero Berkas ini dilepaskan di bawah CC0 1.0 Dedikasi Domain Publik Universal Creative Commons.
Orang yang mengaitkan suatu karya dengan dokumen ini telah mendedikasikan karyanya sebagai domain publik dengan mengabaikan semua hak ciptanya di seluruh dunia menurut hukum hak cipta, termasuk semua hak yang terkait dan berhubungan, sejauh yang diakui hukum. Anda dapat menyalin, menyebarkan, dan mempertunjukkan karya, bahkan untuk tujuan komersial, tanpa meminta izin.

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

menggambarkan

20 Agustus 2018

image/svg+xml

Riwayat berkas

Klik pada tanggal/waktu untuk melihat berkas ini pada saat tersebut.

Tanggal/WaktuMiniaturDimensiPenggunaKomentar
terkini25 Agustus 2021 15.04Miniatur versi sejak 25 Agustus 2021 15.04630 × 370 (16 KB)Wiki-kslAdded Portuguese translation
2 Juli 2020 13.56Miniatur versi sejak 2 Juli 2020 13.56630 × 370 (16 KB)Timk70German translation fix // Editing SVG source code using c:User:Rillke/SVGedit.js
2 Juli 2020 13.52Miniatur versi sejak 2 Juli 2020 13.52630 × 370 (16 KB)Timk70Add German and Dutch translation // Editing SVG source code using c:User:Rillke/SVGedit.js
21 Februari 2020 10.37Miniatur versi sejak 21 Februari 2020 10.37630 × 370 (16 KB)WhidouAdd French translation
21 Agustus 2018 20.37Miniatur versi sejak 21 Agustus 2018 20.37630 × 370 (16 KB)Clpo13indent for code readability // Editing SVG source code using User:Rillke/SVGedit.js; upload handled by User:Rillke/MwJSBot.js
20 Agustus 2018 23.16Miniatur versi sejak 20 Agustus 2018 23.16630 × 370 (14 KB)Clpo13translate with switch element // Editing SVG source code using User:Rillke/SVGedit.js; upload handled by User:Rillke/MwJSBot.js
20 Agustus 2018 18.09Miniatur versi sejak 20 Agustus 2018 18.09630 × 370 (14 KB)Clpo13User created page with UploadWizard

Halaman berikut menggunakan berkas ini:

Penggunaan berkas global

Wiki lain berikut menggunakan berkas ini:

Metadata