Wikipedia:New pages patrol/Backlog chart

{{#tag:graph|

{

"version": 2, "width": {{{width|800}}}, "height": {{{height|400}}},

"padding": {"top": 10, "left": 60, "bottom": 30, "right": 10},

"data": [{

"name": "npp-{{{1|daily}}}",

"url": "wikiraw:///Wikipedia:New pages patrol/Backlog chart/{{{1|daily}}}",

"format": {"type": "json", "parse": {"value":"number", "date":"date"} }

}],

"scales": [

{

"name": "x",

"type": "time",

"range": "width",

"domain": {"data": "npp-{{{1|daily}}}", "field": "date"},

},

{

"name": "y",

"type": "linear",

"range": "height",

"nice": true,

"domain": {"data": "npp-{{{1|daily}}}", "field": "value"},

}

],

"axes": [

{

"type": "x",

"scale": "x",

"properties": {

"title": {

"fill": { "value": "#54595d" }

},

"labels": {

"fill": { "value": "#54595d" }

},

"ticks": {

"stroke": { "value": "#54595d" }

},

"axis": {

"stroke": { "value": "#54595d" },

"strokeWidth": { "value": "2" },

},

},

},

{

"type": "y",

"scale": "y",

"grid": true,

"title": "# unreviewed articles",

"properties": {

"title": {

"fill": { "value": "#54595d" }

},

"labels": {

"fill": { "value": "#54595d" }

},

"ticks": {

"stroke": { "value": "#54595d" }

},

"axis": {

"stroke": { "value": "#54595d" },

"strokeWidth": { "value": "2" },

},

},

},

],

"marks": [

{

"type": "line",

"from": {"data": "npp-{{{1|daily}}}"},

"properties": {

"enter": {

"x": {"scale": "x", "field": "date"},

"y": {"scale": "y", "field": "value"},

"y2": {"scale": "y", "value": 0},

"stroke": {"value": "steelblue"},

"strokeWidth": {"value": 3}

}

}

}

]

}

}}{{Documentation}}