Шаблон:Graph:Chart: различия между версиями

Материал из Депупедии
Перейти к навигации Перейти к поиску
Нет описания правки
Нет описания правки
 
(не показано 5 промежуточных версий этого же участника)
Строка 1: Строка 1:
<graph>
<graph>
{
{{Graph:Chart
  "version": 2,
|type=line
  "width": 700,
|yScaleType=log
  "height": 250,
|x=1, 2, 3, 4, 5, 6, 7, 8, 9, 10
  "padding": "auto",
|y=3, 7, 20, 55, 148, 403, 1097, 2981, 8103, 22026
  "data": [
}}
    {
      "name": "table",
      "values": [
        {"date": 2015,"population": 0},
        {"date": 2016,"population": 175},
        {"date": 2017,"population": 185}
      ]
    },
    {
      "name": "annotation",
      "values": [
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "linear",
      "range": "width",
      "zero": false,
      "domain": {"data": "table","field": "date"}
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "nice": true,
      "domain": {"data": "table","field": "population"}
    },
    {
      "name": "color",
      "type": "ordinal",
      "domain": {"data": "annotation","field": "text"},
      "range": ["black","red"]
    }
  ],
  "axes": [
    {
      "type": "x",
      "scale": "x",
      "format": "d",
      "title": "Дата",
      "ticks": 12
    },
    {
      "type": "y",
      "scale": "y",
      "title": "Депутатов",
      "grid": true,
      "layer": "back"
    }
  ],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "annotation"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "start"},
          "y": {"value": 0},
          "x2": {"scale": "x","field": "end"},
          "y2": {"signal": "height"},
          "fill": {"scale": "color","field": "text"},
          "opacity": {"value": 0.2}
        }
      }
    },
    {
      "type": "line",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "interpolate": {"value": "monotone"},
          "x": {"scale": "x","field": "date"},
          "y": {"scale": "y","field": "population"},
          "stroke": {"value": "steelblue"},
          "strokeWidth": {"value": 3}
        }
      }
    },
    {
      "type": "symbol",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "x": {"scale": "x","field": "date"},
          "y": {"scale": "y","field": "population"},
          "stroke": {"value": "steelblue"},
          "fill": {"value": "white"},
          "size": {"value": 30}
        }
      }
    },
    {
      "type": "text",
      "from": {
        "data": "table",
        "transform": [
          {
            "type": "aggregate",
            "summarize": {"date": ["min","max"]}
          }
        ]
      },
      "properties": {
        "enter": {
          "x": {"signal": "width","mult": 0.5},
          "y": {"value": -10},
          "text": {
            "template": "Количество депутатов в базе"
          },
          "fill": {"value": "black"},
          "fontSize": {"value": 16},
          "align": {"value": "center"},
          "fontWeight": {"value": "bold"}
        }
      }
    }
  ],
}
</graph>
</graph>
<htmlet>dohodyER</htmlet>

Текущая версия от 08:16, 6 сентября 2024

Синтаксическая ошибка