From 874f2b0d074b5f045dcff3dfde744571091c2ffe Mon Sep 17 00:00:00 2001 From: declerambaul Date: Thu, 5 Apr 2012 16:59:45 +0200 Subject: [PATCH] NEVER GIVE UP --- datasources/rc/rc_active_editors_target.yaml | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) create mode 100644 datasources/rc/rc_active_editors_target.yaml diff --git a/datasources/rc/rc_active_editors_target.yaml b/datasources/rc/rc_active_editors_target.yaml new file mode 100644 index 0000000..558051c --- /dev/null +++ b/datasources/rc/rc_active_editors_target.yaml @@ -0,0 +1,25 @@ +id: rc_active_editors_target +name: Target for active editors (5+) +format: csv +notes: Are notes being displayed? +url: /data/datasources/rc/rc_active_editors_target.csv + +timespan: + end: 2012/06/01 + start: 2009/02/01 + step: 2592000 + +columns: + labels: + - Month + - Total + - Projected + - Target + types: + - date + - int + - int + - int +chart: + chartType: dygraphs + \ No newline at end of file -- 1.7.0.4