Fixes data paths.
authordsc <dsc@wikimedia.org>
Wed, 4 Apr 2012 21:01:31 +0000 (14:01 -0700)
committerdsc <dsc@wikimedia.org>
Wed, 4 Apr 2012 21:01:31 +0000 (14:01 -0700)
data/datasources/rc/rc_active_editors_count.yaml
data/datasources/rc/rc_article_count.yaml
data/datasources/rc/rc_binary_files.yaml
data/datasources/rc/rc_edits_count.yaml
data/datasources/rc/rc_new_article_count.yaml
data/datasources/rc/rc_new_editors_count.yaml
data/datasources/rc/rc_page_requests.yaml
data/datasources/rc/rc_very_active_editors_count.yaml
data/graphs/obye.json [new file with mode: 0644]
data/graphs/ohai.json [new file with mode: 0644]

index 6027a8a..bb91940 100644 (file)
@@ -1,7 +1,7 @@
 id: rc_active_editors_count
 name: Active Wikimedia Editors for All Wikimedia Projects (5+ edits per month)
 format: csv
-url: /data/rc/rc_active_editors_count.csv
+url: /data/datasources/rc/rc_active_editors_count.csv
 
 timespan:
     end: 2012/02/01
index 50c4396..5c93360 100644 (file)
@@ -1,7 +1,7 @@
 id: rc_article_count
 name: Wikipedia Articles
 format: csv
-url: /data/rc/rc_article_count.csv
+url: /data/datasources/rc/rc_article_count.csv
 
 timespan:
     end: 2012/01/01
index 3ccd022..47686da 100644 (file)
@@ -1,7 +1,7 @@
 id: rc_binary_files
 name: Commons Binaries per Month
 format: csv
-url: /data/rc/rc_binary_files.csv
+url: /data/datasources/rc/rc_binary_files.csv
 
 timespan:
     end: 2012/02/01
index d8db599..232b9ed 100644 (file)
@@ -1,7 +1,7 @@
 id: rc_edits_count
 name: Wikipedia Edits Per Month
 format: csv
-url: /data/rc/rc_edits_count.csv
+url: /data/datasources/rc/rc_edits_count.csv
 
 timespan:
     end: 2012/02/01
index 85bc89a..8a4a9ec 100644 (file)
@@ -1,7 +1,7 @@
 id: rc_new_article_count
 name: New Wikipedia Articles Per Day
 format: csv
-url: /data/rc/rc_new_article_count.csv
+url: /data/datasources/rc/rc_new_article_count.csv
 
 timespan:
     end: 2012/01/01
index 1a79218..546c4ac 100644 (file)
@@ -1,7 +1,7 @@
 id: rc_new_editors_count
 name: New Editors Per Month for All Wikimedia Projects
 format: csv
-url: /data/rc/rc_new_editors_count.csv
+url: /data/datasources/rc/rc_new_editors_count.csv
 
 timespan:
     end: 2012/02/01
index 0dc44c8..afb470d 100644 (file)
@@ -1,7 +1,7 @@
 id: rc_page_requests
 name: Page Requests for All Wikimedia Projects (including Mobile)
 format: csv
-url: /data/rc/rc_page_requests.csv
+url: /data/datasources/rc/rc_page_requests.csv
 
 timespan:
     end: 2012/02/01
index c9cad6c..d102d2f 100644 (file)
@@ -1,7 +1,7 @@
 id: rc_very_active_editors_count
 name: Very Active Editors for All Wikimedia Projects (100+ edits per month)
 format: csv
-url: /data/rc/rc_very_active_editors_count.csv
+url: /data/datasources/rc/rc_very_active_editors_count.csv
 
 timespan:
     end: 2012/02/01
diff --git a/data/graphs/obye.json b/data/graphs/obye.json
new file mode 100644 (file)
index 0000000..3c585da
--- /dev/null
@@ -0,0 +1 @@
+{"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":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":4,"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":"obye","name":"Ohai","desc":"","dataset":"/data/datasources/enwp_articles_created.csv","width":"auto","height":320,"chartType":"dygraphs","parents":["root"],"id":"obye"}
\ No newline at end of file
diff --git a/data/graphs/ohai.json b/data/graphs/ohai.json
new file mode 100644 (file)
index 0000000..ea32d4f
--- /dev/null
@@ -0,0 +1 @@
+{"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":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":4,"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":"ohai","name":"Ohai","desc":"","dataset":"/data/datasources/enwp_articles_created.csv","width":"auto","height":320,"chartType":"dygraphs","parents":["root"],"id":"ohai"}
\ No newline at end of file