From 1dd2b7e0cd4278f78c271bc49eb8235a011451e0 Mon Sep 17 00:00:00 2001 From: David Schoonover Date: Thu, 7 Jun 2012 02:29:41 -0700 Subject: [PATCH] Adds project-to-color mapping for metrics with no color defined. --- data/datasources/rc/rc_active_editors_target.yaml | 6 +- data/datasources/rc/rc_page_requests_mobile.yaml | 2 +- .../rc/rc_page_requests_mobile_target.yaml | 2 +- data/graphs/active_editors.json | 500 ++++++++++---------- data/graphs/active_editors_target.json | 296 ++++++------ data/graphs/articles.json | 397 ++++++++++------ data/graphs/articles_per_day.json | 352 +++++++------- data/graphs/commons.json | 442 ++++++++++++----- data/graphs/edits.json | 354 +++++++------- data/graphs/mobile_devices.json | 112 +++++- data/graphs/new_editors.json | 498 ++++++++++---------- data/graphs/pageviews.json | 411 ++++++++-------- data/graphs/pageviews_mobile.json | 433 +++++++++--------- data/graphs/pageviews_mobile_target.json | 268 ++++++------ data/graphs/reach.json | 434 +++++++++--------- data/graphs/root.yaml | 2 +- data/graphs/unique_visitors.json | 432 +++++++++--------- data/graphs/very_active_editors.json | 498 ++++++++++---------- lib/data/dataset-model.co | 2 +- lib/data/metric-model.co | 14 + lib/data/project-colors.co | 37 ++ lib/graph/graph-edit-view.co | 4 + www/modules.yaml | 1 + 23 files changed, 2960 insertions(+), 2537 deletions(-) create mode 100644 lib/data/project-colors.co diff --git a/data/datasources/rc/rc_active_editors_target.yaml b/data/datasources/rc/rc_active_editors_target.yaml index 5fe5a85..833b288 100644 --- a/data/datasources/rc/rc_active_editors_target.yaml +++ b/data/datasources/rc/rc_active_editors_target.yaml @@ -1,6 +1,6 @@ id: rc_active_editors_target -name: Target for Active Editors (5+) -shortName : Target Active editors (5+) +name: Target for Active Editors (5+) +shortName : Target Active editors (5+) format: csv notes: Are notes being displayed? url: /data/datasources/rc/rc_active_editors_target.csv @@ -15,7 +15,7 @@ columns: - Month - Total - Projected - - Target + - Target types: - date - int diff --git a/data/datasources/rc/rc_page_requests_mobile.yaml b/data/datasources/rc/rc_page_requests_mobile.yaml index d3d1481..26ea846 100644 --- a/data/datasources/rc/rc_page_requests_mobile.yaml +++ b/data/datasources/rc/rc_page_requests_mobile.yaml @@ -2,7 +2,7 @@ id: rc_page_requests_mobile name: Mobile Page Request shortName : Mobile format: csv -notes: +notes: url: /data/datasources/rc/rc_page_requests_mobile.csv timespan: diff --git a/data/datasources/rc/rc_page_requests_mobile_target.yaml b/data/datasources/rc/rc_page_requests_mobile_target.yaml index d94c3b1..1b43011 100644 --- a/data/datasources/rc/rc_page_requests_mobile_target.yaml +++ b/data/datasources/rc/rc_page_requests_mobile_target.yaml @@ -14,7 +14,7 @@ columns: labels: - Month - Total - - Target + - Target types: - date - int diff --git a/data/graphs/active_editors.json b/data/graphs/active_editors.json index 83165bf..0be4627 100644 --- a/data/graphs/active_editors.json +++ b/data/graphs/active_editors.json @@ -1,308 +1,298 @@ { - "chartType": "dygraphs", + "chartType": "dygraphs", "data": { - "id": "active_editors", - "lines": [], + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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": 250, - "id": "active_editors", - "name": "Active Wikimedia Editors for All Wikimedia Projects (5+ edits per month)", - "notes": "", + }, + "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": 250, + "id": "active_editors", + "name": "Active Wikimedia Editors for All Wikimedia Projects (5+ edits per month)", + "notes": "", "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, + "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", + "#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, + ], + "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": "active_editors", + ], + "slug": "active_editors", "width": "auto" } diff --git a/data/graphs/active_editors_target.json b/data/graphs/active_editors_target.json index 8f97fe2..4c92d56 100644 --- a/data/graphs/active_editors_target.json +++ b/data/graphs/active_editors_target.json @@ -1,173 +1,173 @@ { - "chartType": "dygraphs", + "chartType": "dygraphs", "data": { - "id": "commons", - "lines": [], + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "transforms": [], + "type": "int", "visible": true } - ], + ], "palette": null - }, - "desc": "", - "height": 250, - "id": "active_editors_target", - "name": "Active Editors - Target", + }, + "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, + "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", + "#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, + ], + "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", + ], + "slug": "active_editors_target", "width": "auto" } diff --git a/data/graphs/articles.json b/data/graphs/articles.json index d414ad8..a9f2086 100644 --- a/data/graphs/articles.json +++ b/data/graphs/articles.json @@ -1,143 +1,270 @@ { - "chartType": "dygraphs", - "desc": "", - "height": 250, - "id": "articles", - "name": "Wikipedia Articles", - "parents": [ - "root" - ], - "slug": "articles", - "width": "auto", + "chartType": "dygraphs", + "data": { + "id": "commons", + "lines": [], + "metrics": [ + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Total", + "scale": 1, + "source_col": 1, + "source_id": "rc_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": "English", + "scale": 1, + "source_col": 2, + "source_id": "rc_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": "French", + "scale": 1, + "source_col": 3, + "source_id": "rc_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": "Italian", + "scale": 1, + "source_col": 4, + "source_id": "rc_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": "German", + "scale": 1, + "source_col": 5, + "source_id": "rc_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": "Russian", + "scale": 1, + "source_col": 6, + "source_id": "rc_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": "Japanese", + "scale": 1, + "source_col": 7, + "source_id": "rc_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": "Portuguese", + "scale": 1, + "source_col": 8, + "source_id": "rc_article_count", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + } + ], + "palette": null + }, + "desc": "", + "height": 250, + "id": "articles", + "name": "Wikipedia Articles", "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, + "animatedZooms": true, + "avoidMinZero": false, + "axis": null, + "axisLabelColor": "#666666", + "axisLabelFontSize": 11, + "axisLabelFormatter": null, + "axisLabelWidth": 50, + "axisLineColor": "#AAAAAA", + "axisLineWidth": 0.29999999999999999, + "axisTickSize": 3, + "colorSaturation": 1, + "colorValue": 0.5, "colors": [ - "#FF0097", - "#EF8158", - "#83BB32", - "#182B53", - "#4596FF", - "#553DC9", - "#AD3238", - "#00FFBC", + "#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, + ], + "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.14999999999999999, + "fillGraph": false, + "fractions": false, + "gridLineColor": "#D8D8D8", + "gridLineWidth": 0.29999999999999999, + "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, + 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, + ], + "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} - ] - } - + }, + "parents": [ + "root" + ], + "slug": "articles", + "width": "auto" } diff --git a/data/graphs/articles_per_day.json b/data/graphs/articles_per_day.json index 329c31d..20a0f21 100644 --- a/data/graphs/articles_per_day.json +++ b/data/graphs/articles_per_day.json @@ -1,211 +1,207 @@ { - "chartType": "dygraphs", + "chartType": "dygraphs", "data": { - "id": "articles_per_day", - "lines": [], + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "transforms": [], + "type": "int", "visible": true } - ], + ], "palette": null - }, - "desc": "", - "height": 250, - "id": "articles_per_day", - "name": "New Wikipedia Articles per Day", + }, + "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, + "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", + "#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, + ], + "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", + ], + "slug": "articles_per_day", "width": "auto" } diff --git a/data/graphs/commons.json b/data/graphs/commons.json index 9525f8e..2b0fe0f 100644 --- a/data/graphs/commons.json +++ b/data/graphs/commons.json @@ -1,138 +1,316 @@ { + "chartType": "dygraphs", + "data": { + "id": "commons", + "lines": [], + "metrics": [ + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "Total", + "scale": 1, + "source_col": 1, + "source_id": "rc_binary_files", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "jpg", + "scale": 1, + "source_col": 2, + "source_id": "rc_binary_files", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "png", + "scale": 1, + "source_col": 3, + "source_id": "rc_binary_files", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "svg", + "scale": 1, + "source_col": 4, + "source_id": "rc_binary_files", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "ogg", + "scale": 1, + "source_col": 5, + "source_id": "rc_binary_files", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "gif", + "scale": 1, + "source_col": 6, + "source_id": "rc_binary_files", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "tif", + "scale": 1, + "source_col": 7, + "source_id": "rc_binary_files", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "pdf", + "scale": 1, + "source_col": 8, + "source_id": "rc_binary_files", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "djvu", + "scale": 1, + "source_col": 9, + "source_id": "rc_binary_files", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "ogv", + "scale": 1, + "source_col": 10, + "source_id": "rc_binary_files", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + }, + { + "disabled": false, + "format_axis": null, + "format_value": null, + "index": 0, + "label": "mid", + "scale": 1, + "source_col": 11, + "source_id": "rc_binary_files", + "timespan": { + "end": null, + "start": null, + "step": null + }, + "transforms": [], + "type": "int", + "visible": true + } + ], + "palette": null + }, + "desc": "", + "height": 250, + "id": "commons", + "name": "Commons Binaries (log scale)", + "notes": "", "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, + "animatedZooms": true, + "avoidMinZero": false, + "axis": null, + "axisLabelColor": "#666666", + "axisLabelFontSize": 11, + "axisLabelFormatter": null, + "axisLabelWidth": 50, + "axisLineColor": "#AAAAAA", + "axisLineWidth": 0.29999999999999999, + "axisTickSize": 3, + "colorSaturation": 1, + "colorValue": 0.5, "colors": [ - "#FF0097", - "#EF8158", - "#83BB32", - "#182B53", - "#4596FF", - "#553DC9", - "#AD3238", - "#00FFBC", + "#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, + ], + "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.14999999999999999, + "fillGraph": false, + "fractions": false, + "gridLineColor": "#D8D8D8", + "gridLineWidth": 0.29999999999999999, + "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} - ] - } + }, + "parents": [ + "root" + ], + "slug": "commons", + "width": "auto" } diff --git a/data/graphs/edits.json b/data/graphs/edits.json index 410c9da..f19f427 100644 --- a/data/graphs/edits.json +++ b/data/graphs/edits.json @@ -1,213 +1,207 @@ { - "chartType": "dygraphs", + "chartType": "dygraphs", "data": { - "id": "edits", - "lines": [], + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + }, + "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, + "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", + "#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, + ], + "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", + ], + "slug": "edits", "width": "auto" } diff --git a/data/graphs/mobile_devices.json b/data/graphs/mobile_devices.json index 1690e58..a7db4af 100644 --- a/data/graphs/mobile_devices.json +++ b/data/graphs/mobile_devices.json @@ -1 +1,111 @@ -{"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":"mobile_devices","name":"Pageviews by mobile devices","desc":"","dataset":"/data/datasources/mobile_devices/mobile_devices.csv","width":"auto","height":320,"chartType":"dygraphs","parents":["root"],"id":"mobile_devices"} \ No newline at end of file +{ + "chartType": "dygraphs", + "dataset": "/data/datasources/mobile_devices/mobile_devices.csv", + "desc": "", + "height": 320, + "id": "mobile_devices", + "name": "Pageviews by mobile devices", + "options": { + "animatedZooms": true, + "avoidMinZero": false, + "axis": null, + "axisLabelColor": "#666666", + "axisLabelFontSize": 11, + "axisLabelFormatter": null, + "axisLabelWidth": 50, + "axisLineColor": "#AAAAAA", + "axisLineWidth": 0.29999999999999999, + "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.14999999999999999, + "fillGraph": false, + "fractions": false, + "gridLineColor": "#D8D8D8", + "gridLineWidth": 0.29999999999999999, + "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": "mobile_devices", + "width": "auto" +} diff --git a/data/graphs/new_editors.json b/data/graphs/new_editors.json index ceb6b73..3ed81b3 100644 --- a/data/graphs/new_editors.json +++ b/data/graphs/new_editors.json @@ -1,307 +1,297 @@ { - "chartType": "dygraphs", + "chartType": "dygraphs", "data": { - "id": "new_editors", - "lines": [], + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "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", + "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, + "end": null, + "start": null, "step": null - }, - "transforms": [], - "type": "int", + }, + "transforms": [], + "type": "int", "visible": true - }, + }, { - "color": "rg