From: declerambaul Date: Thu, 7 Jun 2012 15:14:30 +0000 (+0200) Subject: Added colors to target graph specs. Temporarily disabled custom error bars as they... X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=3cad6f3e25ce9f7d79a97dfef1f887f06a4a620f;p=kraken-ui.git Added colors to target graph specs. Temporarily disabled custom error bars as they broke the whole graph (mobile and active editors). --- diff --git a/data/graphs/active_editors_target.json b/data/graphs/active_editors_target.json index 4c92d56..1bf76b1 100644 --- a/data/graphs/active_editors_target.json +++ b/data/graphs/active_editors_target.json @@ -4,8 +4,7 @@ "id": "commons", "lines": [], "metrics": [ - { - "color": "rgb(116,173,209)", + { "disabled": false, "format_axis": null, "format_value": null, @@ -24,7 +23,7 @@ "visible": true }, { - "color": "rgb(116,173,209)", + "disabled": false, "format_axis": null, "format_value": null, @@ -44,6 +43,7 @@ }, { "disabled": false, + "color": "#F6C9CC", "format_axis": null, "format_value": null, "index": 0, @@ -92,7 +92,7 @@ "#F1D950" ], "connectSeparatedPoints": false, - "customBars": true, + "customBars": false, "dateWindow": null, "delimiter": ",", "digitsAfterDecimal": 2, diff --git a/data/graphs/pageviews_mobile_target.json b/data/graphs/pageviews_mobile_target.json index 5ce2a65..25f79a7 100644 --- a/data/graphs/pageviews_mobile_target.json +++ b/data/graphs/pageviews_mobile_target.json @@ -5,7 +5,7 @@ "lines": [], "metrics": [ { - "color": "rgb(116,173,209)", + "disabled": false, "format_axis": null, "format_value": null, @@ -24,7 +24,7 @@ "visible": true }, { - "color": "rgb(116,173,209)", + "disabled": false, "format_axis": null, "format_value": null, @@ -74,7 +74,7 @@ "#F1D950" ], "connectSeparatedPoints": false, - "customBars": true, + "customBars": false, "dateWindow": null, "delimiter": ",", "digitsAfterDecimal": 2,