From d41c326cfd99e14c9d835830ef9e0ddb90df800a Mon Sep 17 00:00:00 2001 From: declerambaul Date: Thu, 5 Apr 2012 16:47:49 +0200 Subject: [PATCH] Removed yaml file so that dropdown works again. I have no idea what is wrong with it - one would think it shouldnt be that hard :| --- datasources/rc/rc_active_editors_target.yaml | 24 ------------------------ 1 files changed, 0 insertions(+), 24 deletions(-) delete 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 deleted file mode 100644 index 1418f88..0000000 --- a/datasources/rc/rc_active_editors_target.yaml +++ /dev/null @@ -1,24 +0,0 @@ -id: rc_active_editors_target -name: Target for active editors (5+) -format: csv -url: /data/datasources/rc/rc_active_editors_target.csv - -timespan: - end: 2012/06/01 - start: 2009/02/01 - step: 1mo - -columns: - labels: - - Month - - Total - - Projected - - Target - types: - - date - - int - - int - - int - - int -chart: - chartType: dygraphs \ No newline at end of file -- 1.7.0.4