From 309e89269054ec69770c8a9d066ad73fcb6626dd Mon Sep 17 00:00:00 2001 From: declerambaul Date: Thu, 7 Jun 2012 05:43:17 +0200 Subject: [PATCH] Imported new data from erikz. Adapted all graph.json files to the new dataset-ui specs. Same label should have same colors. --- data/graphs/active_editors.json | 201 ++++++++++++++- data/graphs/active_editors_target.json | 174 ++++++++++++- data/graphs/articles.json | 144 ++++++++++- data/graphs/articles_per_day.json | 212 +++++++++++++++- data/graphs/commons.json | 139 ++++++++++- data/graphs/edits.json | 214 +++++++++++++++- data/graphs/new_editors.json | 308 +++++++++++++++++++++- data/graphs/pageviews.json | 251 ++++++++++++++++++- data/graphs/pageviews_mobile.json | 263 ++++++++++++++++++- data/graphs/pageviews_mobile_target.json | 156 +++++++++++- data/graphs/reach.json | 263 ++++++++++++++++++- data/graphs/test.json | 231 ---------------- data/graphs/unique_visitors.json | 262 ++++++++++++++++++- data/graphs/very_active_editors.json | 308 +++++++++++++++++++++- msc/old_rc_new/input/wikilytics_in_pageviews.csv | 39 +-- msc/old_rc_new/old_charts.py | 3 +- msc/old_rc_new/old_to_new.py | 123 ++++++++- 17 files changed, 3007 insertions(+), 284 deletions(-) delete mode 100644 data/graphs/test.json diff --git a/data/graphs/active_editors.json b/data/graphs/active_editors.json index c94055a..83165bf 100644 --- a/data/graphs/active_editors.json +++ b/data/graphs/active_editors.json @@ -1,10 +1,207 @@ { "chartType": "dygraphs", - "dataset": "/data/datasources/rc/rc_active_editors_count.csv", + "data": { + "id": "active_editors", + "lines": [], + "metrics": [ + { + "color": "rgb(116,173,209)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Total", + "scale": 1, + "source_col": 1, + "source_id": "rc_active_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(49,54,149)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "English", + "scale": 1, + "source_col": 2, + "source_id": "rc_active_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(69,117,180)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Commons", + "scale": 1, + "source_col": 3, + "source_id": "rc_active_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(254,224,144)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "French", + "scale": 1, + "source_col": 4, + "source_id": "rc_active_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(244,109,67)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "German", + "scale": 1, + "source_col": 5, + "source_id": "rc_active_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(224,243,248)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Russian", + "scale": 1, + "source_col": 6, + "source_id": "rc_active_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(255,255,191)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Japanese", + "scale": 1, + "source_col": 7, + "source_id": "rc_active_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(171,217,233)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Spanish", + "scale": 1, + "source_col": 8, + "source_id": "rc_active_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(165,0,38)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Italian", + "scale": 1, + "source_col": 9, + "source_id": "rc_active_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(215,48,39)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Chinese", + "scale": 1, + "source_col": 10, + "source_id": "rc_active_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + } + ], + "palette": null + }, "desc": "Aug 2010: Editors on Commons are no longer included in overall total, on the assumption that most also edit on one or more other projects. More precise detection of double counts between any projects and languages is in development (using Single User Login registration).", - "height": 320, + "height": 250, "id": "active_editors", "name": "Active Wikimedia Editors for All Wikimedia Projects (5+ edits per month)", + "notes": "", "options": { "animatedZooms": true, "avoidMinZero": false, diff --git a/data/graphs/active_editors_target.json b/data/graphs/active_editors_target.json index 70ba350..8f97fe2 100644 --- a/data/graphs/active_editors_target.json +++ b/data/graphs/active_editors_target.json @@ -1 +1,173 @@ -{"options":{"animatedZooms":true,"avoidMinZero":false,"axis":null,"axisLabelColor":"#666666","axisLabelFontSize":11,"axisLabelFormatter":null,"axisLabelWidth":50,"axisLineColor":"#AAAAAA","axisLineWidth":0.3,"axisTickSize":3,"colorSaturation":1,"colorValue":0.5,"colors":["#FF0097","#EF8158","#83BB32","#182B53","#4596FF","#553DC9","#AD3238","#00FFBC","#F1D950"],"connectSeparatedPoints":false,"customBars":true,"dateWindow":null,"delimiter":",","digitsAfterDecimal":2,"displayAnnotations":false,"drawPoints":true,"drawXAxis":true,"drawXGrid":true,"drawYAxis":true,"drawYGrid":true,"errorBars":false,"file":null,"fillAlpha":0.15,"fillGraph":false,"fractions":false,"gridLineColor":"#D8D8D8","gridLineWidth":0.3,"hideOverlayOnMouseOut":true,"highlightCircleSize":4,"includeZero":false,"interactionModel":null,"isZoomedIgnoreProgrammaticZoom":false,"labels":null,"labelsDiv":null,"labelsDivStyles":null,"labelsDivWidth":250,"labelsKMB":true,"labelsKMG2":false,"labelsSeparateLines":true,"labelsShowZeroValues":true,"legend":"always","logscale":true,"maxNumberWidth":30,"panEdgeFraction":null,"pixelsPerLabel":null,"pixelsPerXLabel":null,"pixelsPerYLabel":null,"pointSize":1,"rangeSelectorHeight":40,"rangeSelectorPlotFillColor":"#A7B1C4","rangeSelectorPlotStrokeColor":"#808FAB","rightGap":20,"rollPeriod":1,"showLabelsOnHighlight":true,"showRangeSelector":false,"showRoller":false,"sigFigs":null,"sigma":2,"stackedGraph":false,"stepPlot":false,"strokePattern":null,"strokeWidth":3,"ticker":null,"title":null,"titleHeight":18,"valueFormatter":null,"valueRange":null,"visibility":null,"wilsonInterval":true,"xAxisHeight":null,"xAxisLabelFormatter":null,"xAxisLabelWidth":55,"xLabelHeight":18,"xValueFormatter":null,"xValueParser":null,"xlabel":null,"y2label":null,"yAxisLabelFormatter":null,"yAxisLabelWidth":50,"yLabelWidth":18,"yValueFormatter":null,"ylabel":null},"slug":"active_editors_target","name":"Active Editors - Target","desc":"","dataset":"/data/datasources/rc/rc_active_editors_target.csv","width":"auto","height":320,"chartType":"dygraphs","parents":["root"],"id":"active_editors_target"} \ No newline at end of file +{ + "chartType": "dygraphs", + "data": { + "id": "commons", + "lines": [], + "metrics": [ + { + "color": "rgb(116,173,209)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Total", + "scale": 1, + "source_col": 1, + "source_id": "rc_active_editors_target", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(116,173,209)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Target", + "scale": 1, + "source_col": 2, + "source_id": "rc_active_editors_target", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Projected", + "scale": 1, + "source_col": 3, + "source_id": "rc_active_editors_target", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + } + ], + "palette": null + }, + "desc": "", + "height": 250, + "id": "active_editors_target", + "name": "Active Editors - Target", + "options": { + "animatedZooms": true, + "avoidMinZero": false, + "axis": null, + "axisLabelColor": "#666666", + "axisLabelFontSize": 11, + "axisLabelFormatter": null, + "axisLabelWidth": 50, + "axisLineColor": "#AAAAAA", + "axisLineWidth": 0.3, + "axisTickSize": 3, + "colorSaturation": 1, + "colorValue": 0.5, + "colors": [ + "#FF0097", + "#EF8158", + "#83BB32", + "#182B53", + "#4596FF", + "#553DC9", + "#AD3238", + "#00FFBC", + "#F1D950" + ], + "connectSeparatedPoints": false, + "customBars": true, + "dateWindow": null, + "delimiter": ",", + "digitsAfterDecimal": 2, + "displayAnnotations": false, + "drawPoints": true, + "drawXAxis": true, + "drawXGrid": true, + "drawYAxis": true, + "drawYGrid": true, + "errorBars": false, + "file": null, + "fillAlpha": 0.15, + "fillGraph": false, + "fractions": false, + "gridLineColor": "#D8D8D8", + "gridLineWidth": 0.3, + "hideOverlayOnMouseOut": true, + "highlightCircleSize": 4, + "includeZero": false, + "interactionModel": null, + "isZoomedIgnoreProgrammaticZoom": false, + "labels": null, + "labelsDiv": null, + "labelsDivStyles": null, + "labelsDivWidth": 250, + "labelsKMB": true, + "labelsKMG2": false, + "labelsSeparateLines": true, + "labelsShowZeroValues": true, + "legend": "always", + "logscale": true, + "maxNumberWidth": 30, + "panEdgeFraction": null, + "pixelsPerLabel": null, + "pixelsPerXLabel": null, + "pixelsPerYLabel": null, + "pointSize": 1, + "rangeSelectorHeight": 40, + "rangeSelectorPlotFillColor": "#A7B1C4", + "rangeSelectorPlotStrokeColor": "#808FAB", + "rightGap": 20, + "rollPeriod": 1, + "showLabelsOnHighlight": true, + "showRangeSelector": false, + "showRoller": false, + "sigFigs": null, + "sigma": 2, + "stackedGraph": false, + "stepPlot": false, + "strokePattern": null, + "strokeWidth": 3, + "ticker": null, + "title": null, + "titleHeight": 18, + "valueFormatter": null, + "valueRange": null, + "visibility": null, + "wilsonInterval": true, + "xAxisHeight": null, + "xAxisLabelFormatter": null, + "xAxisLabelWidth": 55, + "xLabelHeight": 18, + "xValueFormatter": null, + "xValueParser": null, + "xlabel": null, + "y2label": null, + "yAxisLabelFormatter": null, + "yAxisLabelWidth": 50, + "yLabelWidth": 18, + "yValueFormatter": null, + "ylabel": null + }, + "parents": [ + "root" + ], + "slug": "active_editors_target", + "width": "auto" +} diff --git a/data/graphs/articles.json b/data/graphs/articles.json index 22cbe67..d414ad8 100644 --- a/data/graphs/articles.json +++ b/data/graphs/articles.json @@ -1 +1,143 @@ -{"options":{"animatedZooms":true,"avoidMinZero":false,"axis":null,"axisLabelColor":"#666666","axisLabelFontSize":11,"axisLabelFormatter":null,"axisLabelWidth":50,"axisLineColor":"#AAAAAA","axisLineWidth":0.3,"axisTickSize":3,"colorSaturation":1,"colorValue":0.5,"colors":["#FF0097","#EF8158","#83BB32","#182B53","#4596FF","#553DC9","#AD3238","#00FFBC","#F1D950"],"connectSeparatedPoints":false,"customBars":false,"dateWindow":null,"delimiter":",","digitsAfterDecimal":2,"displayAnnotations":false,"drawPoints":true,"drawXAxis":true,"drawXGrid":true,"drawYAxis":true,"drawYGrid":true,"errorBars":false,"file":null,"fillAlpha":0.15,"fillGraph":false,"fractions":false,"gridLineColor":"#D8D8D8","gridLineWidth":0.3,"hideOverlayOnMouseOut":false,"highlightCircleSize":4,"includeZero":false,"interactionModel":null,"isZoomedIgnoreProgrammaticZoom":false,"labels":null,"labelsDiv":null,"labelsDivStyles":null,"labelsDivWidth":250,"labelsKMB":true,"labelsKMG2":false,"labelsSeparateLines":true,"labelsShowZeroValues":true,"legend":"always","logscale":true,"maxNumberWidth":30,"panEdgeFraction":null,"pixelsPerLabel":null,"pixelsPerXLabel":null,"pixelsPerYLabel":null,"pointSize":1,"rangeSelectorHeight":40,"rangeSelectorPlotFillColor":"#A7B1C4","rangeSelectorPlotStrokeColor":"#808FAB","rightGap":20,"rollPeriod":1,"showLabelsOnHighlight":true,"showRangeSelector":false,"showRoller":false,"sigFigs":null,"sigma":2,"stackedGraph":false,"stepPlot":false,"strokePattern":null,"strokeWidth":3,"ticker":null,"title":null,"titleHeight":18,"valueFormatter":null,"valueRange":null,"visibility":[0,1,1,1,1,1,1,1],"wilsonInterval":true,"xAxisHeight":null,"xAxisLabelFormatter":null,"xAxisLabelWidth":55,"xLabelHeight":18,"xValueFormatter":null,"xValueParser":null,"xlabel":null,"y2label":null,"yAxisLabelFormatter":null,"yAxisLabelWidth":50,"yLabelWidth":18,"yValueFormatter":null,"ylabel":"Number of Articles"},"slug":"articles","name":"Wikipedia Articles","desc":"","dataset":"/data/datasources/rc/rc_article_count.csv","width":"auto","height":320,"chartType":"dygraphs","parents":["root"],"id":"articles"} \ No newline at end of file +{ + "chartType": "dygraphs", + "desc": "", + "height": 250, + "id": "articles", + "name": "Wikipedia Articles", + "parents": [ + "root" + ], + "slug": "articles", + "width": "auto", + "options": { + "animatedZooms": true, + "avoidMinZero": false, + "axis": null, + "axisLabelColor": "#666666", + "axisLabelFontSize": 11, + "axisLabelFormatter": null, + "axisLabelWidth": 50, + "axisLineColor": "#AAAAAA", + "axisLineWidth": 0.3, + "axisTickSize": 3, + "colorSaturation": 1, + "colorValue": 0.5, + "colors": [ + "#FF0097", + "#EF8158", + "#83BB32", + "#182B53", + "#4596FF", + "#553DC9", + "#AD3238", + "#00FFBC", + "#F1D950" + ], + "connectSeparatedPoints": false, + "customBars": false, + "dateWindow": null, + "delimiter": ",", + "digitsAfterDecimal": 2, + "displayAnnotations": false, + "drawPoints": true, + "drawXAxis": true, + "drawXGrid": true, + "drawYAxis": true, + "drawYGrid": true, + "errorBars": false, + "file": null, + "fillAlpha": 0.15, + "fillGraph": false, + "fractions": false, + "gridLineColor": "#D8D8D8", + "gridLineWidth": 0.3, + "hideOverlayOnMouseOut": false, + "highlightCircleSize": 4, + "includeZero": false, + "interactionModel": null, + "isZoomedIgnoreProgrammaticZoom": false, + "labels": null, + "labelsDiv": null, + "labelsDivStyles": null, + "labelsDivWidth": 250, + "labelsKMB": true, + "labelsKMG2": false, + "labelsSeparateLines": true, + "labelsShowZeroValues": true, + "legend": "always", + "logscale": true, + "maxNumberWidth": 30, + "panEdgeFraction": null, + "pixelsPerLabel": null, + "pixelsPerXLabel": null, + "pixelsPerYLabel": null, + "pointSize": 1, + "rangeSelectorHeight": 40, + "rangeSelectorPlotFillColor": "#A7B1C4", + "rangeSelectorPlotStrokeColor": "#808FAB", + "rightGap": 20, + "rollPeriod": 1, + "showLabelsOnHighlight": true, + "showRangeSelector": false, + "showRoller": false, + "sigFigs": null, + "sigma": 2, + "stackedGraph": false, + "stepPlot": false, + "strokePattern": null, + "strokeWidth": 3, + "ticker": null, + "title": null, + "titleHeight": 18, + "valueFormatter": null, + "valueRange": null, + "visibility": [ + 0, + 1, + 1, + 1, + 1, + 1, + 1, + 1 + ], + "wilsonInterval": true, + "xAxisHeight": null, + "xAxisLabelFormatter": null, + "xAxisLabelWidth": 55, + "xLabelHeight": 18, + "xValueFormatter": null, + "xValueParser": null, + "xlabel": null, + "y2label": null, + "yAxisLabelFormatter": null, + "yAxisLabelWidth": 50, + "yLabelWidth": 18, + "yValueFormatter": null, + "ylabel": "Number of Articles" + }, + + "data": { + "palette": null, + "lines": [], + "id": "commons", + "metrics": [ + {"timespan": {"start": null, "step": null, "end": null}, "color": "rgb(116,173,209)", "disabled": false, "visible": true, "transforms": [], "index": 0, "scale": 1, "format_axis": null, "label": "Total", "format_value": null, "source_id": "rc_article_count", "type": "int", "source_col": 1} + , + {"timespan": {"start": null, "step": null, "end": null}, "color": "rgb(49,54,149)", "disabled": false, "visible": true, "transforms": [], "index": 0, "scale": 1, "format_axis": null, "label": "English", "format_value": null, "source_id": "rc_article_count", "type": "int", "source_col": 2} + , + {"timespan": {"start": null, "step": null, "end": null}, "color": "rgb(254,224,144)", "disabled": false, "visible": true, "transforms": [], "index": 0, "scale": 1, "format_axis": null, "label": "French", "format_value": null, "source_id": "rc_article_count", "type": "int", "source_col": 3} + , + {"timespan": {"start": null, "step": null, "end": null}, "color": "rgb(165,0,38)", "disabled": false, "visible": true, "transforms": [], "index": 0, "scale": 1, "format_axis": null, "label": "Italian", "format_value": null, "source_id": "rc_article_count", "type": "int", "source_col": 4} + , + {"timespan": {"start": null, "step": null, "end": null}, "color": "rgb(244,109,67)", "disabled": false, "visible": true, "transforms": [], "index": 0, "scale": 1, "format_axis": null, "label": "German", "format_value": null, "source_id": "rc_article_count", "type": "int", "source_col": 5} + , + {"timespan": {"start": null, "step": null, "end": null}, "color": "rgb(224,243,248)", "disabled": false, "visible": true, "transforms": [], "index": 0, "scale": 1, "format_axis": null, "label": "Russian", "format_value": null, "source_id": "rc_article_count", "type": "int", "source_col": 6} + , + {"timespan": {"start": null, "step": null, "end": null}, "color": "rgb(255,255,191)", "disabled": false, "visible": true, "transforms": [], "index": 0, "scale": 1, "format_axis": null, "label": "Japanese", "format_value": null, "source_id": "rc_article_count", "type": "int", "source_col": 7} + , + {"timespan": {"start": null, "step": null, "end": null}, "disabled": false, "visible": true, "transforms": [], "index": 0, "scale": 1, "format_axis": null, "label": "Portuguese", "format_value": null, "source_id": "rc_article_count", "type": "int", "source_col": 8} + ] + } + +} diff --git a/data/graphs/articles_per_day.json b/data/graphs/articles_per_day.json index 1730778..329c31d 100644 --- a/data/graphs/articles_per_day.json +++ b/data/graphs/articles_per_day.json @@ -1 +1,211 @@ -{"options":{"animatedZooms":true,"avoidMinZero":false,"axis":null,"axisLabelColor":"#666666","axisLabelFontSize":11,"axisLabelFormatter":null,"axisLabelWidth":50,"axisLineColor":"#AAAAAA","axisLineWidth":0.3,"axisTickSize":3,"colorSaturation":1,"colorValue":0.5,"colors":["#FF0097","#EF8158","#83BB32","#182B53","#4596FF","#553DC9","#AD3238","#00FFBC","#F1D950"],"connectSeparatedPoints":false,"customBars":false,"dateWindow":null,"delimiter":",","digitsAfterDecimal":2,"displayAnnotations":false,"drawPoints":true,"drawXAxis":true,"drawXGrid":true,"drawYAxis":true,"drawYGrid":true,"errorBars":false,"file":null,"fillAlpha":0.15,"fillGraph":false,"fractions":false,"gridLineColor":"#D8D8D8","gridLineWidth":0.3,"hideOverlayOnMouseOut":false,"highlightCircleSize":4,"includeZero":false,"interactionModel":null,"isZoomedIgnoreProgrammaticZoom":false,"labels":null,"labelsDiv":null,"labelsDivStyles":null,"labelsDivWidth":250,"labelsKMB":true,"labelsKMG2":false,"labelsSeparateLines":true,"labelsShowZeroValues":true,"legend":"always","logscale":true,"maxNumberWidth":30,"panEdgeFraction":null,"pixelsPerLabel":null,"pixelsPerXLabel":null,"pixelsPerYLabel":null,"pointSize":1,"rangeSelectorHeight":40,"rangeSelectorPlotFillColor":"#A7B1C4","rangeSelectorPlotStrokeColor":"#808FAB","rightGap":20,"rollPeriod":1,"showLabelsOnHighlight":true,"showRangeSelector":false,"showRoller":false,"sigFigs":null,"sigma":2,"stackedGraph":false,"stepPlot":false,"strokePattern":null,"strokeWidth":3,"ticker":null,"title":null,"titleHeight":18,"valueFormatter":null,"valueRange":null,"visibility":null,"wilsonInterval":true,"xAxisHeight":null,"xAxisLabelFormatter":null,"xAxisLabelWidth":55,"xLabelHeight":18,"xValueFormatter":null,"xValueParser":null,"xlabel":null,"y2label":null,"yAxisLabelFormatter":null,"yAxisLabelWidth":50,"yLabelWidth":18,"yValueFormatter":null,"ylabel":"Number of Articles"},"slug":"articles_per_day","name":"New Wikipedia Articles per Day","desc":"","dataset":"/data/datasources/rc/rc_new_article_count.csv","width":"auto","height":320,"chartType":"dygraphs","parents":["root"],"id":"articles_per_day"} \ No newline at end of file +{ + "chartType": "dygraphs", + "data": { + "id": "articles_per_day", + "lines": [], + "metrics": [ + { + "color": "rgb(116,173,209)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Total", + "scale": 1, + "source_col": 1, + "source_id": "rc_new_article_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(49,54,149)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "English", + "scale": 1, + "source_col": 2, + "source_id": "rc_new_article_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(215,48,39)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Chinese", + "scale": 1, + "source_col": 3, + "source_id": "rc_new_article_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(254,224,144)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "French", + "scale": 1, + "source_col": 4, + "source_id": "rc_new_article_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Swedish", + "scale": 1, + "source_col": 5, + "source_id": "rc_new_article_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + } + ], + "palette": null + }, + "desc": "", + "height": 250, + "id": "articles_per_day", + "name": "New Wikipedia Articles per Day", + "options": { + "animatedZooms": true, + "avoidMinZero": false, + "axis": null, + "axisLabelColor": "#666666", + "axisLabelFontSize": 11, + "axisLabelFormatter": null, + "axisLabelWidth": 50, + "axisLineColor": "#AAAAAA", + "axisLineWidth": 0.3, + "axisTickSize": 3, + "colorSaturation": 1, + "colorValue": 0.5, + "colors": [ + "#FF0097", + "#EF8158", + "#83BB32", + "#182B53", + "#4596FF", + "#553DC9", + "#AD3238", + "#00FFBC", + "#F1D950" + ], + "connectSeparatedPoints": false, + "customBars": false, + "dateWindow": null, + "delimiter": ",", + "digitsAfterDecimal": 2, + "displayAnnotations": false, + "drawPoints": true, + "drawXAxis": true, + "drawXGrid": true, + "drawYAxis": true, + "drawYGrid": true, + "errorBars": false, + "file": null, + "fillAlpha": 0.15, + "fillGraph": false, + "fractions": false, + "gridLineColor": "#D8D8D8", + "gridLineWidth": 0.3, + "hideOverlayOnMouseOut": false, + "highlightCircleSize": 4, + "includeZero": false, + "interactionModel": null, + "isZoomedIgnoreProgrammaticZoom": false, + "labels": null, + "labelsDiv": null, + "labelsDivStyles": null, + "labelsDivWidth": 250, + "labelsKMB": true, + "labelsKMG2": false, + "labelsSeparateLines": true, + "labelsShowZeroValues": true, + "legend": "always", + "logscale": true, + "maxNumberWidth": 30, + "panEdgeFraction": null, + "pixelsPerLabel": null, + "pixelsPerXLabel": null, + "pixelsPerYLabel": null, + "pointSize": 1, + "rangeSelectorHeight": 40, + "rangeSelectorPlotFillColor": "#A7B1C4", + "rangeSelectorPlotStrokeColor": "#808FAB", + "rightGap": 20, + "rollPeriod": 1, + "showLabelsOnHighlight": true, + "showRangeSelector": false, + "showRoller": false, + "sigFigs": null, + "sigma": 2, + "stackedGraph": false, + "stepPlot": false, + "strokePattern": null, + "strokeWidth": 3, + "ticker": null, + "title": null, + "titleHeight": 18, + "valueFormatter": null, + "valueRange": null, + "visibility": null, + "wilsonInterval": true, + "xAxisHeight": null, + "xAxisLabelFormatter": null, + "xAxisLabelWidth": 55, + "xLabelHeight": 18, + "xValueFormatter": null, + "xValueParser": null, + "xlabel": null, + "y2label": null, + "yAxisLabelFormatter": null, + "yAxisLabelWidth": 50, + "yLabelWidth": 18, + "yValueFormatter": null, + "ylabel": "Number of Articles" + }, + "parents": [ + "root" + ], + "slug": "articles_per_day", + "width": "auto" +} diff --git a/data/graphs/commons.json b/data/graphs/commons.json index 9f7028b..9525f8e 100644 --- a/data/graphs/commons.json +++ b/data/graphs/commons.json @@ -1 +1,138 @@ -{"options":{"animatedZooms":true,"avoidMinZero":false,"axis":null,"axisLabelColor":"#666666","axisLabelFontSize":11,"axisLabelFormatter":null,"axisLabelWidth":50,"axisLineColor":"#AAAAAA","axisLineWidth":0.3,"axisTickSize":3,"colorSaturation":1,"colorValue":0.5,"colors":["#FF0097","#EF8158","#83BB32","#182B53","#4596FF","#553DC9","#AD3238","#00FFBC","#F1D950"],"connectSeparatedPoints":false,"customBars":false,"dateWindow":null,"delimiter":",","digitsAfterDecimal":2,"displayAnnotations":false,"drawPoints":true,"drawXAxis":true,"drawXGrid":true,"drawYAxis":true,"drawYGrid":true,"errorBars":false,"file":null,"fillAlpha":0.15,"fillGraph":false,"fractions":false,"gridLineColor":"#D8D8D8","gridLineWidth":0.3,"hideOverlayOnMouseOut":false,"highlightCircleSize":4,"includeZero":false,"interactionModel":null,"isZoomedIgnoreProgrammaticZoom":false,"labels":null,"labelsDiv":null,"labelsDivStyles":null,"labelsDivWidth":250,"labelsKMB":true,"labelsKMG2":false,"labelsSeparateLines":true,"labelsShowZeroValues":true,"legend":"always","logscale":true,"maxNumberWidth":30,"panEdgeFraction":null,"pixelsPerLabel":null,"pixelsPerXLabel":null,"pixelsPerYLabel":null,"pointSize":1,"rangeSelectorHeight":40,"rangeSelectorPlotFillColor":"#A7B1C4","rangeSelectorPlotStrokeColor":"#808FAB","rightGap":20,"rollPeriod":1,"showLabelsOnHighlight":true,"showRangeSelector":false,"showRoller":false,"sigFigs":null,"sigma":2,"stackedGraph":false,"stepPlot":false,"strokePattern":null,"strokeWidth":3,"ticker":null,"title":null,"titleHeight":18,"valueFormatter":null,"valueRange":null,"visibility":null,"wilsonInterval":true,"xAxisHeight":null,"xAxisLabelFormatter":null,"xAxisLabelWidth":55,"xLabelHeight":18,"xValueFormatter":null,"xValueParser":null,"xlabel":null,"y2label":null,"yAxisLabelFormatter":null,"yAxisLabelWidth":50,"yLabelWidth":18,"yValueFormatter":null,"ylabel":"Number of Files (log)"},"slug":"commons","name":"Commons Binaries (log scale)","desc":"","dataset":"/data/datasources/rc/rc_binary_files.csv","width":"auto","height":320,"chartType":"dygraphs","parents":["root"],"id":"commons"} \ No newline at end of file +{ + "options": { + "animatedZooms": true, + "avoidMinZero": false, + "axis": null, + "axisLabelColor": "#666666", + "axisLabelFontSize": 11, + "axisLabelFormatter": null, + "axisLabelWidth": 50, + "axisLineColor": "#AAAAAA", + "axisLineWidth": 0.3, + "axisTickSize": 3, + "colorSaturation": 1, + "colorValue": 0.5, + "colors": [ + "#FF0097", + "#EF8158", + "#83BB32", + "#182B53", + "#4596FF", + "#553DC9", + "#AD3238", + "#00FFBC", + "#F1D950" + ], + "connectSeparatedPoints": false, + "customBars": false, + "dateWindow": null, + "delimiter": ",", + "digitsAfterDecimal": 2, + "displayAnnotations": false, + "drawPoints": true, + "drawXAxis": true, + "drawXGrid": true, + "drawYAxis": true, + "drawYGrid": true, + "errorBars": false, + "file": null, + "fillAlpha": 0.15, + "fillGraph": false, + "fractions": false, + "gridLineColor": "#D8D8D8", + "gridLineWidth": 0.3, + "hideOverlayOnMouseOut": false, + "highlightCircleSize": 4, + "includeZero": false, + "interactionModel": null, + "isZoomedIgnoreProgrammaticZoom": false, + "labels": null, + "labelsDiv": null, + "labelsDivStyles": null, + "labelsDivWidth": 250, + "labelsKMB": true, + "labelsKMG2": false, + "labelsSeparateLines": true, + "labelsShowZeroValues": true, + "legend": "always", + "logscale": true, + "maxNumberWidth": 30, + "panEdgeFraction": null, + "pixelsPerLabel": null, + "pixelsPerXLabel": null, + "pixelsPerYLabel": null, + "pointSize": 1, + "rangeSelectorHeight": 40, + "rangeSelectorPlotFillColor": "#A7B1C4", + "rangeSelectorPlotStrokeColor": "#808FAB", + "rightGap": 20, + "rollPeriod": 1, + "showLabelsOnHighlight": true, + "showRangeSelector": false, + "showRoller": false, + "sigFigs": null, + "sigma": 2, + "stackedGraph": false, + "stepPlot": false, + "strokePattern": null, + "strokeWidth": 3, + "ticker": null, + "title": null, + "titleHeight": 18, + "valueFormatter": null, + "valueRange": null, + "visibility": null, + "wilsonInterval": true, + "xAxisHeight": null, + "xAxisLabelFormatter": null, + "xAxisLabelWidth": 55, + "xLabelHeight": 18, + "xValueFormatter": null, + "xValueParser": null, + "xlabel": null, + "y2label": null, + "yAxisLabelFormatter": null, + "yAxisLabelWidth": 50, + "yLabelWidth": 18, + "yValueFormatter": null, + "ylabel": "Number of Files (log)" + }, + "slug": "commons", + "id": "commons", + "name": "Commons Binaries (log scale)", + "desc": "", + "notes": "", + "height": 250, + "width": "auto", + "parents": ["root"], + "chartType": "dygraphs", + + "data": { + "palette": null, + "lines": [], + "id": "commons", + "metrics": [ + {"timespan": {"start": null, "step": null, "end": null}, "color": "rgb(116,173,209)", "disabled": false, "visible": true, "transforms": [], "index": 0, "scale": 1, "format_axis": null, "label": "Total", "format_value": null, "source_id": "rc_binary_files", "type": "int", "source_col": 1} + , + {"timespan": {"start": null, "step": null, "end": null}, "disabled": false, "visible": true, "transforms": [], "index": 0, "scale": 1, "format_axis": null, "label": "jpg", "format_value": null, "source_id": "rc_binary_files", "type": "int", "source_col": 2} + , + {"timespan": {"start": null, "step": null, "end": null}, "disabled": false, "visible": true, "transforms": [], "index": 0, "scale": 1, "format_axis": null, "label": "png", "format_value": null, "source_id": "rc_binary_files", "type": "int", "source_col": 3} + , + {"timespan": {"start": null, "step": null, "end": null}, "disabled": false, "visible": true, "transforms": [], "index": 0, "scale": 1, "format_axis": null, "label": "svg", "format_value": null, "source_id": "rc_binary_files", "type": "int", "source_col": 4} + , + {"timespan": {"start": null, "step": null, "end": null}, "disabled": false, "visible": true, "transforms": [], "index": 0, "scale": 1, "format_axis": null, "label": "ogg", "format_value": null, "source_id": "rc_binary_files", "type": "int", "source_col": 5} + , + {"timespan": {"start": null, "step": null, "end": null}, "disabled": false, "visible": true, "transforms": [], "index": 0, "scale": 1, "format_axis": null, "label": "gif", "format_value": null, "source_id": "rc_binary_files", "type": "int", "source_col": 6} + , + {"timespan": {"start": null, "step": null, "end": null}, "disabled": false, "visible": true, "transforms": [], "index": 0, "scale": 1, "format_axis": null, "label": "tif", "format_value": null, "source_id": "rc_binary_files", "type": "int", "source_col": 7} + , + {"timespan": {"start": null, "step": null, "end": null}, "disabled": false, "visible": true, "transforms": [], "index": 0, "scale": 1, "format_axis": null, "label": "pdf", "format_value": null, "source_id": "rc_binary_files", "type": "int", "source_col": 8} + , + {"timespan": {"start": null, "step": null, "end": null}, "disabled": false, "visible": true, "transforms": [], "index": 0, "scale": 1, "format_axis": null, "label": "djvu", "format_value": null, "source_id": "rc_binary_files", "type": "int", "source_col": 9} + , + {"timespan": {"start": null, "step": null, "end": null}, "disabled": false, "visible": true, "transforms": [], "index": 0, "scale": 1, "format_axis": null, "label": "ogv", "format_value": null, "source_id": "rc_binary_files", "type": "int", "source_col": 10} + , + {"timespan": {"start": null, "step": null, "end": null}, "disabled": false, "visible": true, "transforms": [], "index": 0, "scale": 1, "format_axis": null, "label": "mid", "format_value": null, "source_id": "rc_binary_files", "type": "int", "source_col": 11} + ] + } +} diff --git a/data/graphs/edits.json b/data/graphs/edits.json index 7df0023..410c9da 100644 --- a/data/graphs/edits.json +++ b/data/graphs/edits.json @@ -1 +1,213 @@ -{"options":{"animatedZooms":true,"avoidMinZero":false,"axis":null,"axisLabelColor":"#666666","axisLabelFontSize":11,"axisLabelFormatter":null,"axisLabelWidth":50,"axisLineColor":"#AAAAAA","axisLineWidth":0.3,"axisTickSize":3,"colorSaturation":1,"colorValue":0.5,"colors":["#FF0097","#EF8158","#83BB32","#182B53","#4596FF","#553DC9","#AD3238","#00FFBC","#F1D950"],"connectSeparatedPoints":false,"customBars":false,"dateWindow":null,"delimiter":",","digitsAfterDecimal":2,"displayAnnotations":false,"drawPoints":true,"drawXAxis":true,"drawXGrid":true,"drawYAxis":true,"drawYGrid":true,"errorBars":false,"file":null,"fillAlpha":0.15,"fillGraph":false,"fractions":false,"gridLineColor":"#D8D8D8","gridLineWidth":0.3,"hideOverlayOnMouseOut":false,"highlightCircleSize":4,"includeZero":false,"interactionModel":null,"isZoomedIgnoreProgrammaticZoom":false,"labels":null,"labelsDiv":null,"labelsDivStyles":null,"labelsDivWidth":250,"labelsKMB":true,"labelsKMG2":false,"labelsSeparateLines":true,"labelsShowZeroValues":true,"legend":"always","logscale":true,"maxNumberWidth":30,"panEdgeFraction":null,"pixelsPerLabel":null,"pixelsPerXLabel":null,"pixelsPerYLabel":null,"pointSize":1,"rangeSelectorHeight":40,"rangeSelectorPlotFillColor":"#A7B1C4","rangeSelectorPlotStrokeColor":"#808FAB","rightGap":20,"rollPeriod":1,"showLabelsOnHighlight":true,"showRangeSelector":false,"showRoller":false,"sigFigs":null,"sigma":2,"stackedGraph":false,"stepPlot":false,"strokePattern":null,"strokeWidth":3,"ticker":null,"title":null,"titleHeight":18,"valueFormatter":null,"valueRange":null,"visibility":null,"wilsonInterval":true,"xAxisHeight":null,"xAxisLabelFormatter":null,"xAxisLabelWidth":55,"xLabelHeight":18,"xValueFormatter":null,"xValueParser":null,"xlabel":null,"y2label":null,"yAxisLabelFormatter":null,"yAxisLabelWidth":50,"yLabelWidth":18,"yValueFormatter":null,"ylabel":"Number of edits"},"slug":"edits","name":"Wikipedia Edits per Month","desc":"","dataset":"/data/datasources/rc/rc_edits_count.csv","width":"auto","height":320,"chartType":"dygraphs","parents":["root"],"id":"edits"} \ No newline at end of file +{ + "chartType": "dygraphs", + "data": { + "id": "edits", + "lines": [], + "metrics": [ + { + "color": "rgb(116,173,209)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Total", + "scale": 1, + "source_col": 1, + "source_id": "rc_edits_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(49,54,149)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "English", + "scale": 1, + "source_col": 2, + "source_id": "rc_edits_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(244,109,67)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "German", + "scale": 1, + "source_col": 3, + "source_id": "rc_edits_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(254,224,144)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "French", + "scale": 1, + "source_col": 4, + "source_id": "rc_edits_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(224,243,248)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Russian", + "scale": 1, + "source_col": 5, + "source_id": "rc_edits_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + } + ], + "palette": null + }, + "dataset": "/data/datasources/rc/rc_edits_count.csv", + "desc": "", + "height": 320, + "id": "edits", + "name": "Wikipedia Edits per Month", + "options": { + "animatedZooms": true, + "avoidMinZero": false, + "axis": null, + "axisLabelColor": "#666666", + "axisLabelFontSize": 11, + "axisLabelFormatter": null, + "axisLabelWidth": 50, + "axisLineColor": "#AAAAAA", + "axisLineWidth": 0.3, + "axisTickSize": 3, + "colorSaturation": 1, + "colorValue": 0.5, + "colors": [ + "#FF0097", + "#EF8158", + "#83BB32", + "#182B53", + "#4596FF", + "#553DC9", + "#AD3238", + "#00FFBC", + "#F1D950" + ], + "connectSeparatedPoints": false, + "customBars": false, + "dateWindow": null, + "delimiter": ",", + "digitsAfterDecimal": 2, + "displayAnnotations": false, + "drawPoints": true, + "drawXAxis": true, + "drawXGrid": true, + "drawYAxis": true, + "drawYGrid": true, + "errorBars": false, + "file": null, + "fillAlpha": 0.15, + "fillGraph": false, + "fractions": false, + "gridLineColor": "#D8D8D8", + "gridLineWidth": 0.3, + "hideOverlayOnMouseOut": false, + "highlightCircleSize": 4, + "includeZero": false, + "interactionModel": null, + "isZoomedIgnoreProgrammaticZoom": false, + "labels": null, + "labelsDiv": null, + "labelsDivStyles": null, + "labelsDivWidth": 250, + "labelsKMB": true, + "labelsKMG2": false, + "labelsSeparateLines": true, + "labelsShowZeroValues": true, + "legend": "always", + "logscale": true, + "maxNumberWidth": 30, + "panEdgeFraction": null, + "pixelsPerLabel": null, + "pixelsPerXLabel": null, + "pixelsPerYLabel": null, + "pointSize": 1, + "rangeSelectorHeight": 40, + "rangeSelectorPlotFillColor": "#A7B1C4", + "rangeSelectorPlotStrokeColor": "#808FAB", + "rightGap": 20, + "rollPeriod": 1, + "showLabelsOnHighlight": true, + "showRangeSelector": false, + "showRoller": false, + "sigFigs": null, + "sigma": 2, + "stackedGraph": false, + "stepPlot": false, + "strokePattern": null, + "strokeWidth": 3, + "ticker": null, + "title": null, + "titleHeight": 18, + "valueFormatter": null, + "valueRange": null, + "visibility": null, + "wilsonInterval": true, + "xAxisHeight": null, + "xAxisLabelFormatter": null, + "xAxisLabelWidth": 55, + "xLabelHeight": 18, + "xValueFormatter": null, + "xValueParser": null, + "xlabel": null, + "y2label": null, + "yAxisLabelFormatter": null, + "yAxisLabelWidth": 50, + "yLabelWidth": 18, + "yValueFormatter": null, + "ylabel": "Number of edits" + }, + "parents": [ + "root" + ], + "slug": "edits", + "width": "auto" +} diff --git a/data/graphs/new_editors.json b/data/graphs/new_editors.json index 6ddba17..ceb6b73 100644 --- a/data/graphs/new_editors.json +++ b/data/graphs/new_editors.json @@ -1 +1,307 @@ -{"options":{"animatedZooms":true,"avoidMinZero":false,"axis":null,"axisLabelColor":"#666666","axisLabelFontSize":11,"axisLabelFormatter":null,"axisLabelWidth":50,"axisLineColor":"#AAAAAA","axisLineWidth":0.3,"axisTickSize":3,"colorSaturation":1,"colorValue":0.5,"colors":["#FF0097","#EF8158","#83BB32","#182B53","#4596FF","#553DC9","#AD3238","#00FFBC","#F1D950"],"connectSeparatedPoints":false,"customBars":false,"dateWindow":null,"delimiter":",","digitsAfterDecimal":2,"displayAnnotations":false,"drawPoints":true,"drawXAxis":true,"drawXGrid":true,"drawYAxis":true,"drawYGrid":true,"errorBars":false,"file":null,"fillAlpha":0.15,"fillGraph":false,"fractions":false,"gridLineColor":"#D8D8D8","gridLineWidth":0.3,"hideOverlayOnMouseOut":false,"highlightCircleSize":4,"includeZero":false,"interactionModel":null,"isZoomedIgnoreProgrammaticZoom":false,"labels":null,"labelsDiv":null,"labelsDivStyles":null,"labelsDivWidth":250,"labelsKMB":true,"labelsKMG2":false,"labelsSeparateLines":true,"labelsShowZeroValues":true,"legend":"always","logscale":true,"maxNumberWidth":30,"panEdgeFraction":null,"pixelsPerLabel":null,"pixelsPerXLabel":null,"pixelsPerYLabel":null,"pointSize":1,"rangeSelectorHeight":40,"rangeSelectorPlotFillColor":"#A7B1C4","rangeSelectorPlotStrokeColor":"#808FAB","rightGap":20,"rollPeriod":1,"showLabelsOnHighlight":true,"showRangeSelector":false,"showRoller":false,"sigFigs":null,"sigma":2,"stackedGraph":false,"stepPlot":false,"strokePattern":null,"strokeWidth":3,"ticker":null,"title":null,"titleHeight":18,"valueFormatter":null,"valueRange":null,"visibility":null,"wilsonInterval":true,"xAxisHeight":null,"xAxisLabelFormatter":null,"xAxisLabelWidth":55,"xLabelHeight":18,"xValueFormatter":null,"xValueParser":null,"xlabel":null,"y2label":null,"yAxisLabelFormatter":null,"yAxisLabelWidth":50,"yLabelWidth":18,"yValueFormatter":null,"ylabel":"Number of Editors"},"slug":"new_editors","name":"New Editors Per Month for All Wikimedia Projects","desc":"Registered users with 10+ edits since their registration","dataset":"/data/datasources/rc/rc_new_editors_count.csv","width":"auto","height":320,"chartType":"dygraphs","parents":["root"],"id":"new_editors"} \ No newline at end of file +{ + "chartType": "dygraphs", + "data": { + "id": "new_editors", + "lines": [], + "metrics": [ + { + "color": "rgb(116,173,209)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Total", + "scale": 1, + "source_col": 1, + "source_id": "rc_new_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(49,54,149)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "English", + "scale": 1, + "source_col": 2, + "source_id": "rc_new_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(69,117,180)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Commons", + "scale": 1, + "source_col": 3, + "source_id": "rc_new_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(254,224,144)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "French", + "scale": 1, + "source_col": 4, + "source_id": "rc_new_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(224,243,248)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Russian", + "scale": 1, + "source_col": 5, + "source_id": "rc_new_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(255,255,191)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Japanese", + "scale": 1, + "source_col": 6, + "source_id": "rc_new_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(171,217,233)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Spanish", + "scale": 1, + "source_col": 7, + "source_id": "rc_new_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(165,0,38)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Italian", + "scale": 1, + "source_col": 8, + "source_id": "rc_new_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(244,109,67)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "German", + "scale": 1, + "source_col": 9, + "source_id": "rc_new_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(215,48,39)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Chinese", + "scale": 1, + "source_col": 10, + "source_id": "rc_new_editors_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + } + ], + "palette": null + }, + "desc": "Registered users with 10+ edits since their registration", + "height": 250, + "id": "new_editors", + "name": "New Editors Per Month for All Wikimedia Projects", + "options": { + "animatedZooms": true, + "avoidMinZero": false, + "axis": null, + "axisLabelColor": "#666666", + "axisLabelFontSize": 11, + "axisLabelFormatter": null, + "axisLabelWidth": 50, + "axisLineColor": "#AAAAAA", + "axisLineWidth": 0.3, + "axisTickSize": 3, + "colorSaturation": 1, + "colorValue": 0.5, + "colors": [ + "#FF0097", + "#EF8158", + "#83BB32", + "#182B53", + "#4596FF", + "#553DC9", + "#AD3238", + "#00FFBC", + "#F1D950" + ], + "connectSeparatedPoints": false, + "customBars": false, + "dateWindow": null, + "delimiter": ",", + "digitsAfterDecimal": 2, + "displayAnnotations": false, + "drawPoints": true, + "drawXAxis": true, + "drawXGrid": true, + "drawYAxis": true, + "drawYGrid": true, + "errorBars": false, + "file": null, + "fillAlpha": 0.15, + "fillGraph": false, + "fractions": false, + "gridLineColor": "#D8D8D8", + "gridLineWidth": 0.3, + "hideOverlayOnMouseOut": false, + "highlightCircleSize": 4, + "includeZero": false, + "interactionModel": null, + "isZoomedIgnoreProgrammaticZoom": false, + "labels": null, + "labelsDiv": null, + "labelsDivStyles": null, + "labelsDivWidth": 250, + "labelsKMB": true, + "labelsKMG2": false, + "labelsSeparateLines": true, + "labelsShowZeroValues": true, + "legend": "always", + "logscale": true, + "maxNumberWidth": 30, + "panEdgeFraction": null, + "pixelsPerLabel": null, + "pixelsPerXLabel": null, + "pixelsPerYLabel": null, + "pointSize": 1, + "rangeSelectorHeight": 40, + "rangeSelectorPlotFillColor": "#A7B1C4", + "rangeSelectorPlotStrokeColor": "#808FAB", + "rightGap": 20, + "rollPeriod": 1, + "showLabelsOnHighlight": true, + "showRangeSelector": false, + "showRoller": false, + "sigFigs": null, + "sigma": 2, + "stackedGraph": false, + "stepPlot": false, + "strokePattern": null, + "strokeWidth": 3, + "ticker": null, + "title": null, + "titleHeight": 18, + "valueFormatter": null, + "valueRange": null, + "visibility": null, + "wilsonInterval": true, + "xAxisHeight": null, + "xAxisLabelFormatter": null, + "xAxisLabelWidth": 55, + "xLabelHeight": 18, + "xValueFormatter": null, + "xValueParser": null, + "xlabel": null, + "y2label": null, + "yAxisLabelFormatter": null, + "yAxisLabelWidth": 50, + "yLabelWidth": 18, + "yValueFormatter": null, + "ylabel": "Number of Editors" + }, + "parents": [ + "root" + ], + "slug": "new_editors", + "width": "auto" +} diff --git a/data/graphs/pageviews.json b/data/graphs/pageviews.json index 1bc1957..6eb248d 100644 --- a/data/graphs/pageviews.json +++ b/data/graphs/pageviews.json @@ -1 +1,250 @@ -{"options":{"animatedZooms":true,"avoidMinZero":false,"axis":null,"axisLabelColor":"#666666","axisLabelFontSize":11,"axisLabelFormatter":null,"axisLabelWidth":50,"axisLineColor":"#AAAAAA","axisLineWidth":0.3,"axisTickSize":3,"colorSaturation":1,"colorValue":0.5,"colors":["#FF0097","#EF8158","#83BB32","#182B53","#4596FF","#553DC9","#AD3238","#00FFBC","#F1D950"],"connectSeparatedPoints":false,"customBars":false,"dateWindow":null,"delimiter":",","digitsAfterDecimal":2,"displayAnnotations":false,"drawPoints":true,"drawXAxis":true,"drawXGrid":true,"drawYAxis":true,"drawYGrid":true,"errorBars":false,"file":null,"fillAlpha":0.15,"fillGraph":false,"fractions":false,"gridLineColor":"#D8D8D8","gridLineWidth":0.3,"hideOverlayOnMouseOut":false,"highlightCircleSize":4,"includeZero":false,"interactionModel":null,"isZoomedIgnoreProgrammaticZoom":false,"labels":null,"labelsDiv":null,"labelsDivStyles":null,"labelsDivWidth":250,"labelsKMB":true,"labelsKMG2":false,"labelsSeparateLines":true,"labelsShowZeroValues":true,"legend":"always","logscale":true,"maxNumberWidth":30,"panEdgeFraction":null,"pixelsPerLabel":null,"pixelsPerXLabel":null,"pixelsPerYLabel":null,"pointSize":1,"rangeSelectorHeight":40,"rangeSelectorPlotFillColor":"#A7B1C4","rangeSelectorPlotStrokeColor":"#808FAB","rightGap":20,"rollPeriod":1,"showLabelsOnHighlight":true,"showRangeSelector":false,"showRoller":false,"sigFigs":null,"sigma":2,"stackedGraph":false,"stepPlot":false,"strokePattern":null,"strokeWidth":3,"ticker":null,"title":null,"titleHeight":18,"valueFormatter":null,"valueRange":null,"visibility":null,"wilsonInterval":true,"xAxisHeight":null,"xAxisLabelFormatter":null,"xAxisLabelWidth":55,"xLabelHeight":18,"xValueFormatter":null,"xValueParser":null,"xlabel":null,"y2label":null,"yAxisLabelFormatter":null,"yAxisLabelWidth":50,"yLabelWidth":18,"yValueFormatter":null,"ylabel":"Number of Pageviews"},"slug":"pageviews","name":"Pageviews for All Wikimedia Projects","desc":"Due to server problems page view counts from squid logs for December 2009 - March 2010 are too low, estimated underreporting 10%-25%. View counts for all months have been normalized to 30 days.","dataset":"/data/datasources/rc/rc_page_requests.csv","width":"auto","height":320,"chartType":"dygraphs","parents":["root"],"id":"pageviews"} \ No newline at end of file +{ + "chartType": "dygraphs", + "data": { + "id": "pageviews", + "lines": [], + "metrics": [ + { + "color": "rgb(215,48,39)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "All projects", + "scale": 1, + "source_col": 1, + "source_id": "rc_page_requests", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(49,54,149)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "English", + "scale": 1, + "source_col": 2, + "source_id": "rc_page_requests", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(171,217,233)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Spanish", + "scale": 1, + "source_col": 3, + "source_id": "rc_page_requests", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(255,255,191)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Japanese", + "scale": 1, + "source_col": 4, + "source_id": "rc_page_requests", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(244,109,67)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "German", + "scale": 1, + "source_col": 5, + "source_id": "rc_page_requests", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(224,243,248)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Russian", + "scale": 1, + "source_col": 6, + "source_id": "rc_page_requests", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(254,224,144)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "French", + "scale": 1, + "source_col": 7, + "source_id": "rc_page_requests", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + } + ], + "palette": null + }, + "desc": "Due to server problems page view counts from squid logs for December 2009 - March 2010 are too low, estimated underreporting 10%-25%. View counts for all months have been normalized to 30 days.", + "height": 320, + "id": "pageviews", + "name": "Pageviews for All Wikimedia Projects", + "options": { + "animatedZooms": true, + "avoidMinZero": false, + "axis": null, + "axisLabelColor": "#666666", + "axisLabelFontSize": 11, + "axisLabelFormatter": null, + "axisLabelWidth": 50, + "axisLineColor": "#AAAAAA", + "axisLineWidth": 0.3, + "axisTickSize": 3, + "colorSaturation": 1, + "colorValue": 0.5, + "colors": [ + "#FF0097", + "#EF8158", + "#83BB32", + "#182B53", + "#4596FF", + "#553DC9", + "#AD3238", + "#00FFBC", + "#F1D950" + ], + "connectSeparatedPoints": false, + "customBars": false, + "dateWindow": null, + "delimiter": ",", + "digitsAfterDecimal": 2, + "displayAnnotations": false, + "drawPoints": true, + "drawXAxis": true, + "drawXGrid": true, + "drawYAxis": true, + "drawYGrid": true, + "errorBars": false, + "file": null, + "fillAlpha": 0.15, + "fillGraph": false, + "fractions": false, + "gridLineColor": "#D8D8D8", + "gridLineWidth": 0.3, + "hideOverlayOnMouseOut": false, + "highlightCircleSize": 4, + "includeZero": false, + "interactionModel": null, + "isZoomedIgnoreProgrammaticZoom": false, + "labels": null, + "labelsDiv": null, + "labelsDivStyles": null, + "labelsDivWidth": 250, + "labelsKMB": true, + "labelsKMG2": false, + "labelsSeparateLines": true, + "labelsShowZeroValues": true, + "legend": "always", + "logscale": true, + "maxNumberWidth": 30, + "panEdgeFraction": null, + "pixelsPerLabel": null, + "pixelsPerXLabel": null, + "pixelsPerYLabel": null, + "pointSize": 1, + "rangeSelectorHeight": 40, + "rangeSelectorPlotFillColor": "#A7B1C4", + "rangeSelectorPlotStrokeColor": "#808FAB", + "rightGap": 20, + "rollPeriod": 1, + "showLabelsOnHighlight": true, + "showRangeSelector": false, + "showRoller": false, + "sigFigs": null, + "sigma": 2, + "stackedGraph": false, + "stepPlot": false, + "strokePattern": null, + "strokeWidth": 3, + "ticker": null, + "title": null, + "titleHeight": 18, + "valueFormatter": null, + "valueRange": null, + "visibility": null, + "wilsonInterval": true, + "xAxisHeight": null, + "xAxisLabelFormatter": null, + "xAxisLabelWidth": 55, + "xLabelHeight": 18, + "xValueFormatter": null, + "xValueParser": null, + "xlabel": null, + "y2label": null, + "yAxisLabelFormatter": null, + "yAxisLabelWidth": 50, + "yLabelWidth": 18, + "yValueFormatter": null, + "ylabel": "Number of Pageviews" + }, + "parents": [ + "root" + ], + "slug": "pageviews", + "width": "auto" +} diff --git a/data/graphs/pageviews_mobile.json b/data/graphs/pageviews_mobile.json index ee248cb..741e816 100644 --- a/data/graphs/pageviews_mobile.json +++ b/data/graphs/pageviews_mobile.json @@ -1 +1,262 @@ -{"options":{"animatedZooms":true,"avoidMinZero":false,"axis":null,"axisLabelColor":"#666666","axisLabelFontSize":14,"axisLabelFormatter":null,"axisLabelWidth":50,"axisLineColor":"#AAAAAA","axisLineWidth":0.3,"axisTickSize":3,"colorSaturation":1,"colorValue":0.5,"colors":["#FF0097","#EF8158","#83BB32","#182B53","#4596FF","#553DC9","#AD3238","#00FFBC","#F1D950"],"connectSeparatedPoints":false,"customBars":false,"dateWindow":null,"delimiter":",","digitsAfterDecimal":2,"displayAnnotations":false,"drawPoints":true,"drawXAxis":true,"drawXGrid":true,"drawYAxis":true,"drawYGrid":true,"errorBars":false,"file":null,"fillAlpha":0.15,"fillGraph":false,"fractions":false,"gridLineColor":"#D8D8D8","gridLineWidth":0.3,"hideOverlayOnMouseOut":false,"highlightCircleSize":4,"includeZero":false,"interactionModel":null,"isZoomedIgnoreProgrammaticZoom":false,"labels":null,"labelsDiv":null,"labelsDivStyles":null,"labelsDivWidth":250,"labelsKMB":true,"labelsKMG2":false,"labelsSeparateLines":true,"labelsShowZeroValues":true,"legend":"always","logscale":true,"maxNumberWidth":30,"panEdgeFraction":null,"pixelsPerLabel":null,"pixelsPerXLabel":null,"pixelsPerYLabel":null,"pointSize":1,"rangeSelectorHeight":40,"rangeSelectorPlotFillColor":"#A7B1C4","rangeSelectorPlotStrokeColor":"#808FAB","rightGap":20,"rollPeriod":1,"showLabelsOnHighlight":true,"showRangeSelector":false,"showRoller":false,"sigFigs":null,"sigma":2,"stackedGraph":false,"stepPlot":false,"strokePattern":null,"strokeWidth":3,"ticker":null,"title":null,"titleHeight":18,"valueFormatter":null,"valueRange":null,"visibility":null,"wilsonInterval":true,"xAxisHeight":null,"xAxisLabelFormatter":null,"xAxisLabelWidth":55,"xLabelHeight":18,"xValueFormatter":null,"xValueParser":null,"xlabel":null,"y2label":null,"yAxisLabelFormatter":null,"yAxisLabelWidth":50,"yLabelWidth":18,"yValueFormatter":null,"ylabel":null},"slug":"pageviews_mobile","name":"Page Views to Mobile Site","desc":"","dataset":"/data/datasources/rc/rc_page_requests_mobile.csv","width":"auto","height":320,"chartType":"dygraphs","parents":["root"],"id":"pageviews_mobile"} \ No newline at end of file +{ + "chartType": "dygraphs", + "data": { + "id": "pageviews_mobile", + "lines": [], + "metrics": [ + { + "color": "rgb(215,48,39)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "All projects", + "scale": 1, + "source_col": 1, + "source_id": "rc_page_requests_mobile", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "English Mobile", + "scale": 1, + "source_col": 2, + "source_id": "rc_page_requests_mobile", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Japanese Mobile", + "scale": 1, + "source_col": 3, + "source_id": "rc_page_requests_mobile", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "German Mobile", + "scale": 1, + "source_col": 4, + "source_id": "rc_page_requests_mobile", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Spanish Mobile", + "scale": 1, + "source_col": 5, + "source_id": "rc_page_requests_mobile", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "French Mobile", + "scale": 1, + "source_col": 6, + "source_id": "rc_page_requests_mobile", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Russian Mobile", + "scale": 1, + "source_col": 7, + "source_id": "rc_page_requests_mobile", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Italian Mobile", + "scale": 1, + "source_col": 8, + "source_id": "rc_page_requests_mobile", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + } + ], + "palette": null + }, + "desc": "", + "height": 250, + "id": "pageviews_mobile", + "name": "Page Views to Mobile Site", + "options": { + "animatedZooms": true, + "avoidMinZero": false, + "axis": null, + "axisLabelColor": "#666666", + "axisLabelFontSize": 14, + "axisLabelFormatter": null, + "axisLabelWidth": 50, + "axisLineColor": "#AAAAAA", + "axisLineWidth": 0.3, + "axisTickSize": 3, + "colorSaturation": 1, + "colorValue": 0.5, + "colors": [ + "#FF0097", + "#EF8158", + "#83BB32", + "#182B53", + "#4596FF", + "#553DC9", + "#AD3238", + "#00FFBC", + "#F1D950" + ], + "connectSeparatedPoints": false, + "customBars": false, + "dateWindow": null, + "delimiter": ",", + "digitsAfterDecimal": 2, + "displayAnnotations": false, + "drawPoints": true, + "drawXAxis": true, + "drawXGrid": true, + "drawYAxis": true, + "drawYGrid": true, + "errorBars": false, + "file": null, + "fillAlpha": 0.15, + "fillGraph": false, + "fractions": false, + "gridLineColor": "#D8D8D8", + "gridLineWidth": 0.3, + "hideOverlayOnMouseOut": false, + "highlightCircleSize": 4, + "includeZero": false, + "interactionModel": null, + "isZoomedIgnoreProgrammaticZoom": false, + "labels": null, + "labelsDiv": null, + "labelsDivStyles": null, + "labelsDivWidth": 250, + "labelsKMB": true, + "labelsKMG2": false, + "labelsSeparateLines": true, + "labelsShowZeroValues": true, + "legend": "always", + "logscale": true, + "maxNumberWidth": 30, + "panEdgeFraction": null, + "pixelsPerLabel": null, + "pixelsPerXLabel": null, + "pixelsPerYLabel": null, + "pointSize": 1, + "rangeSelectorHeight": 40, + "rangeSelectorPlotFillColor": "#A7B1C4", + "rangeSelectorPlotStrokeColor": "#808FAB", + "rightGap": 20, + "rollPeriod": 1, + "showLabelsOnHighlight": true, + "showRangeSelector": false, + "showRoller": false, + "sigFigs": null, + "sigma": 2, + "stackedGraph": false, + "stepPlot": false, + "strokePattern": null, + "strokeWidth": 3, + "ticker": null, + "title": null, + "titleHeight": 18, + "valueFormatter": null, + "valueRange": null, + "visibility": null, + "wilsonInterval": true, + "xAxisHeight": null, + "xAxisLabelFormatter": null, + "xAxisLabelWidth": 55, + "xLabelHeight": 18, + "xValueFormatter": null, + "xValueParser": null, + "xlabel": null, + "y2label": null, + "yAxisLabelFormatter": null, + "yAxisLabelWidth": 50, + "yLabelWidth": 18, + "yValueFormatter": null, + "ylabel": null + }, + "parents": [ + "root" + ], + "slug": "pageviews_mobile", + "width": "auto" +} diff --git a/data/graphs/pageviews_mobile_target.json b/data/graphs/pageviews_mobile_target.json index 1aa6238..b83c42d 100644 --- a/data/graphs/pageviews_mobile_target.json +++ b/data/graphs/pageviews_mobile_target.json @@ -1 +1,155 @@ -{"options":{"animatedZooms":true,"avoidMinZero":false,"axis":null,"axisLabelColor":"#666666","axisLabelFontSize":14,"axisLabelFormatter":null,"axisLabelWidth":50,"axisLineColor":"#AAAAAA","axisLineWidth":0.3,"axisTickSize":3,"colorSaturation":1,"colorValue":0.5,"colors":["#FF0097","#EF8158","#83BB32","#182B53","#4596FF","#553DC9","#AD3238","#00FFBC","#F1D950"],"connectSeparatedPoints":false,"customBars":true,"dateWindow":null,"delimiter":",","digitsAfterDecimal":2,"displayAnnotations":false,"drawPoints":true,"drawXAxis":true,"drawXGrid":true,"drawYAxis":true,"drawYGrid":true,"errorBars":false,"file":null,"fillAlpha":0.15,"fillGraph":false,"fractions":false,"gridLineColor":"#D8D8D8","gridLineWidth":0.3,"hideOverlayOnMouseOut":false,"highlightCircleSize":4,"includeZero":false,"interactionModel":null,"isZoomedIgnoreProgrammaticZoom":false,"labels":null,"labelsDiv":null,"labelsDivStyles":null,"labelsDivWidth":250,"labelsKMB":true,"labelsKMG2":false,"labelsSeparateLines":true,"labelsShowZeroValues":true,"legend":"always","logscale":false,"maxNumberWidth":30,"panEdgeFraction":null,"pixelsPerLabel":null,"pixelsPerXLabel":null,"pixelsPerYLabel":null,"pointSize":1,"rangeSelectorHeight":40,"rangeSelectorPlotFillColor":"#A7B1C4","rangeSelectorPlotStrokeColor":"#808FAB","rightGap":20,"rollPeriod":1,"showLabelsOnHighlight":true,"showRangeSelector":false,"showRoller":false,"sigFigs":null,"sigma":2,"stackedGraph":false,"stepPlot":false,"strokePattern":null,"strokeWidth":3,"ticker":null,"title":null,"titleHeight":18,"valueFormatter":null,"valueRange":null,"visibility":null,"wilsonInterval":true,"xAxisHeight":null,"xAxisLabelFormatter":null,"xAxisLabelWidth":55,"xLabelHeight":18,"xValueFormatter":null,"xValueParser":null,"xlabel":null,"y2label":null,"yAxisLabelFormatter":null,"yAxisLabelWidth":50,"yLabelWidth":18,"yValueFormatter":null,"ylabel":null},"slug":"pageviews_mobile_target","name":"Page Views to Mobile Site - Target","desc":"","dataset":"/data/datasources/rc/rc_page_requests_mobile_target.csv","width":"auto","height":320,"chartType":"dygraphs","parents":["root"],"id":"pageviews_mobile_target"} \ No newline at end of file +{ + "chartType": "dygraphs", + "data": { + "id": "pageviews_mobile_target", + "lines": [], + "metrics": [ + { + "color": "rgb(116,173,209)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Total", + "scale": 1, + "source_col": 1, + "source_id": "rc_page_requests_mobile_target", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "color": "rgb(116,173,209)", + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Target", + "scale": 1, + "source_col": 2, + "source_id": "rc_page_requests_mobile_target", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + } + ], + "palette": null + }, + "desc": "", + "height": 250, + "id": "pageviews_mobile_target", + "name": "Page Views to Mobile Site - Target", + "options": { + "animatedZooms": true, + "avoidMinZero": false, + "axis": null, + "axisLabelColor": "#666666", + "axisLabelFontSize": 14, + "axisLabelFormatter": null, + "axisLabelWidth": 50, + "axisLineColor": "#AAAAAA", + "axisLineWidth": 0.3, + "axisTickSize": 3, + "colorSaturation": 1, + "colorValue": 0.5, + "colors": [ + "#FF0097", + "#EF8158", + "#83BB32", + "#182B53", + "#4596FF", + "#553DC9", + "#AD3238", + "#00FFBC", + "#F1D950" + ], + "connectSeparatedPoints": false, + "customBars": true, + "dateWindow": null, + "delimiter": ",", + "digitsAfterDecimal": 2, + "displayAnnotations": false, + "drawPoints": true, + "drawXAxis": true, + "drawXGrid": true, + "drawYAxis": true, + "drawYGrid": true, + "errorBars": false, + "file": null, + "fillAlpha": 0.15, + "fillGraph": false, + "fractions": false, + "gridLineColor": "#D8D8D8", + "gridLineWidth": 0.3, + "hideOverlayOnMouseOut": false, + "highlightCircleSize": 4, + "includeZero": false, + "interactionModel": null, + "isZoomedIgnoreProgrammaticZoom": false, + "labels": null, + "labelsDiv": null, + "labelsDivStyles": null, + "labelsDivWidth": 250, + "labelsKMB": true, + "labelsKMG2": false, + "labelsSeparateLines": true, + "labelsShowZeroValues": true, + "legend": "always", + "logscale": false, + "maxNumberWidth": 30, + "panEdgeFraction": null, + "pixelsPerLabel": null, + "pixelsPerXLabel": null, + "pixelsPerYLabel": null, + "pointSize": 1, + "rangeSelectorHeight": 40, + "rangeSelectorPlotFillColor": "#A7B1C4", + "rangeSelectorPlotStrokeColor": "#808FAB", + "rightGap": 20, + "rollPeriod": 1, + "showLabelsOnHighlight": true, + "showRangeSelector": false, + "showRoller": false, + "sigFigs": null, + "sigma": 2, + "stackedGraph": false, + "stepPlot": false, + "strokePattern": null, + "strokeWidth": 3, + "ticker": null, + "title": null, + "titleHeight": 18, + "valueFormatter": null, + "valueRange": null, + "visibility": null, + "wilsonInterval": true, + "xAxisHeight": null, + "xAxisLabelFormatter": null, + "xAxisLabelWidth": 55, + "xLabelHeight": 18, + "xValueFormatter": null, + "xValueParser": null, + "xlabel": null, + "y2label": null, + "yAxisLabelFormatter": null, + "yAxisLabelWidth": 50, + "yLabelWidth": 18, + "yValueFormatter": null, + "ylabel": null + }, + "parents": [ + "root" + ], + "slug": "pageviews_mobile_target", + "width": "auto" +} diff --git a/data/graphs/reach.json b/data/graphs/reach.json index f1ce210..c126fe7 100644 --- a/data/graphs/reach.json +++ b/data/graphs/reach.json @@ -1 +1,262 @@ -{"options":{"animatedZooms":true,"avoidMinZero":false,"axis":null,"axisLabelColor":"#666666","axisLabelFontSize":11,"axisLabelFormatter":null,"axisLabelWidth":50,"axisLineColor":"#AAAAAA","axisLineWidth":0.3,"axisTickSize":3,"colorSaturation":1,"colorValue":0.5,"colors":["#FF0097","#EF8158","#83BB32","#182B53","#4596FF","#553DC9","#AD3238","#00FFBC","#F1D950"],"connectSeparatedPoints":false,"customBars":false,"dateWindow":null,"delimiter":",","digitsAfterDecimal":2,"displayAnnotations":false,"drawPoints":true,"drawXAxis":true,"drawXGrid":true,"drawYAxis":true,"drawYGrid":true,"errorBars":false,"file":null,"fillAlpha":0.15,"fillGraph":false,"fractions":false,"gridLineColor":"#D8D8D8","gridLineWidth":0.3,"hideOverlayOnMouseOut":false,"highlightCircleSize":4,"includeZero":false,"interactionModel":null,"isZoomedIgnoreProgrammaticZoom":false,"labels":null,"labelsDiv":null,"labelsDivStyles":null,"labelsDivWidth":250,"labelsKMB":true,"labelsKMG2":false,"labelsSeparateLines":true,"labelsShowZeroValues":true,"legend":"always","logscale":false,"maxNumberWidth":30,"panEdgeFraction":null,"pixelsPerLabel":null,"pixelsPerXLabel":null,"pixelsPerYLabel":null,"pointSize":1,"rangeSelectorHeight":40,"rangeSelectorPlotFillColor":"#A7B1C4","rangeSelectorPlotStrokeColor":"#808FAB","rightGap":20,"rollPeriod":1,"showLabelsOnHighlight":true,"showRangeSelector":false,"showRoller":false,"sigFigs":null,"sigma":2,"stackedGraph":false,"stepPlot":false,"strokePattern":null,"strokeWidth":3,"ticker":null,"title":null,"titleHeight":18,"valueFormatter":null,"valueRange":null,"visibility":null,"wilsonInterval":true,"xAxisHeight":null,"xAxisLabelFormatter":null,"xAxisLabelWidth":55,"xLabelHeight":18,"xValueFormatter":null,"xValueParser":null,"xlabel":null,"y2label":null,"yAxisLabelFormatter":null,"yAxisLabelWidth":50,"yLabelWidth":18,"yValueFormatter":null,"ylabel":"Reach (%)"},"slug":"reach","name":"Wikimedia Projects Reach by Region (comScore)","desc":"","dataset":"/data/datasources/rc/rc_comscore_region_reach.csv","width":"auto","height":320,"chartType":"dygraphs","parents":["root"],"id":"reach","result":"ok"} \ No newline at end of file +{ + "chartType": "dygraphs", + "data": { + "id": "reach", + "lines": [], + "metrics": [ + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "World", + "scale": 1, + "source_col": 1, + "source_id": "rc_comscore_region_reach", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "China", + "scale": 1, + "source_col": 2, + "source_id": "rc_comscore_region_reach", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Europe", + "scale": 1, + "source_col": 3, + "source_id": "rc_comscore_region_reach", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "India", + "scale": 1, + "source_col": 4, + "source_id": "rc_comscore_region_reach", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Latin-America", + "scale": 1, + "source_col": 5, + "source_id": "rc_comscore_region_reach", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Middle-East/Africa", + "scale": 1, + "source_col": 6, + "source_id": "rc_comscore_region_reach", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "North-America", + "scale": 1, + "source_col": 7, + "source_id": "rc_comscore_region_reach", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Asia Pacific", + "scale": 1, + "source_col": 8, + "source_id": "rc_comscore_region_reach", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + } + ], + "palette": null + }, + "desc": "", + "height": 250, + "id": "reach", + "name": "Wikimedia Projects Reach by Region (comScore)", + "options": { + "animatedZooms": true, + "avoidMinZero": false, + "axis": null, + "axisLabelColor": "#666666", + "axisLabelFontSize": 11, + "axisLabelFormatter": null, + "axisLabelWidth": 50, + "axisLineColor": "#AAAAAA", + "axisLineWidth": 0.3, + "axisTickSize": 3, + "colorSaturation": 1, + "colorValue": 0.5, + "colors": [ + "#FF0097", + "#EF8158", + "#83BB32", + "#182B53", + "#4596FF", + "#553DC9", + "#AD3238", + "#00FFBC", + "#F1D950" + ], + "connectSeparatedPoints": false, + "customBars": false, + "dateWindow": null, + "delimiter": ",", + "digitsAfterDecimal": 2, + "displayAnnotations": false, + "drawPoints": true, + "drawXAxis": true, + "drawXGrid": true, + "drawYAxis": true, + "drawYGrid": true, + "errorBars": false, + "file": null, + "fillAlpha": 0.15, + "fillGraph": false, + "fractions": false, + "gridLineColor": "#D8D8D8", + "gridLineWidth": 0.3, + "hideOverlayOnMouseOut": false, + "highlightCircleSize": 4, + "includeZero": false, + "interactionModel": null, + "isZoomedIgnoreProgrammaticZoom": false, + "labels": null, + "labelsDiv": null, + "labelsDivStyles": null, + "labelsDivWidth": 250, + "labelsKMB": true, + "labelsKMG2": false, + "labelsSeparateLines": true, + "labelsShowZeroValues": true, + "legend": "always", + "logscale": false, + "maxNumberWidth": 30, + "panEdgeFraction": null, + "pixelsPerLabel": null, + "pixelsPerXLabel": null, + "pixelsPerYLabel": null, + "pointSize": 1, + "rangeSelectorHeight": 40, + "rangeSelectorPlotFillColor": "#A7B1C4", + "rangeSelectorPlotStrokeColor": "#808FAB", + "rightGap": 20, + "rollPeriod": 1, + "showLabelsOnHighlight": true, + "showRangeSelector": false, + "showRoller": false, + "sigFigs": null, + "sigma": 2, + "stackedGraph": false, + "stepPlot": false, + "strokePattern": null, + "strokeWidth": 3, + "ticker": null, + "title": null, + "titleHeight": 18, + "valueFormatter": null, + "valueRange": null, + "visibility": null, + "wilsonInterval": true, + "xAxisHeight": null, + "xAxisLabelFormatter": null, + "xAxisLabelWidth": 55, + "xLabelHeight": 18, + "xValueFormatter": null, + "xValueParser": null, + "xlabel": null, + "y2label": null, + "yAxisLabelFormatter": null, + "yAxisLabelWidth": 50, + "yLabelWidth": 18, + "yValueFormatter": null, + "ylabel": "Reach (%)" + }, + "parents": [ + "root" + ], + "result": "ok", + "slug": "reach", + "width": "auto" +} diff --git a/data/graphs/test.json b/data/graphs/test.json deleted file mode 100644 index 560e988..0000000 --- a/data/graphs/test.json +++ /dev/null @@ -1,231 +0,0 @@ -{ - "options": { - "animatedZooms": true, - "avoidMinZero": false, - "axis": null, - "axisLabelColor": "#666666", - "axisLabelFontSize": 11, - "axisLabelFormatter": null, - "axisLabelWidth": 50, - "axisLineColor": "#AAAAAA", - "axisLineWidth": 0.3, - "axisTickSize": 3, - "colorSaturation": 1, - "colorValue": 0.5, - "colors": [ - "#FF0097", - "#EF8158", - "#83BB32", - "#182B53", - "#4596FF", - "#553DC9", - "#AD3238", - "#00FFBC", - "#F1D950" - ], - "connectSeparatedPoints": false, - "customBars": false, - "dateWindow": null, - "delimiter": ",", - "digitsAfterDecimal": 2, - "displayAnnotations": false, - "drawPoints": true, - "drawXAxis": true, - "drawXGrid": true, - "drawYAxis": true, - "drawYGrid": true, - "errorBars": false, - "file": null, - "fillAlpha": 0.15, - "fillGraph": false, - "fractions": false, - "gridLineColor": "#D8D8D8", - "gridLineWidth": 0.3, - "hideOverlayOnMouseOut": false, - "highlightCircleSize": 4, - "includeZero": false, - "interactionModel": null, - "isZoomedIgnoreProgrammaticZoom": false, - "labels": null, - "labelsDiv": null, - "labelsDivStyles": null, - "labelsDivWidth": 250, - "labelsKMB": true, - "labelsKMG2": false, - "labelsSeparateLines": true, - "labelsShowZeroValues": true, - "legend": "always", - "logscale": true, - "maxNumberWidth": 30, - "panEdgeFraction": null, - "pixelsPerLabel": null, - "pixelsPerXLabel": null, - "pixelsPerYLabel": null, - "pointSize": 1, - "rangeSelectorHeight": 40, - "rangeSelectorPlotFillColor": "#A7B1C4", - "rangeSelectorPlotStrokeColor": "#808FAB", - "rightGap": 20, - "rollPeriod": 1, - "showLabelsOnHighlight": true, - "showRangeSelector": false, - "showRoller": false, - "sigFigs": null, - "sigma": 2, - "stackedGraph": false, - "stepPlot": false, - "strokePattern": null, - "strokeWidth": 3, - "ticker": null, - "title": null, - "titleHeight": 18, - "valueFormatter": null, - "valueRange": null, - "visibility": null, - "wilsonInterval": true, - "xAxisHeight": null, - "xAxisLabelFormatter": null, - "xAxisLabelWidth": 55, - "xLabelHeight": 18, - "xValueFormatter": null, - "xValueParser": null, - "xlabel": null, - "y2label": null, - "yAxisLabelFormatter": null, - "yAxisLabelWidth": 50, - "yLabelWidth": 18, - "yValueFormatter": null, - "ylabel": "Number of Editors" - }, - -