From fa4a84b862a884bc5244b0dca6f072aeddbe5e3e Mon Sep 17 00:00:00 2001 From: declerambaul Date: Thu, 7 Jun 2012 16:54:37 +0200 Subject: [PATCH] Added colors to commons graph. Confused about the ordering of the legend, not represented in order of specification in the mertric array. Left index of Total at 0 and changed all others to 1, now at least the Total is on top. --- data/graphs/commons.json | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/data/graphs/commons.json b/data/graphs/commons.json index c8ce28e..06952f8 100644 --- a/data/graphs/commons.json +++ b/data/graphs/commons.json @@ -28,7 +28,7 @@ "color" : "#FF0097", "format_axis": null, "format_value": null, - "index": 0, + "index": 1, "label": "jpg", "scale": 1, "source_col": 2, @@ -47,7 +47,7 @@ "color" : "#FF0097", "format_axis": null, "format_value": null, - "index": 0, + "index": 1, "label": "png", "scale": 1, "source_col": 3, @@ -66,7 +66,7 @@ "color" : "#EF8158", "format_axis": null, "format_value": null, - "index": 0, + "index": 1, "label": "svg", "scale": 1, "source_col": 4, @@ -85,7 +85,7 @@ "color" : "#1A9380", "format_axis": null, "format_value": null, - "index": 0, + "index": 1, "label": "ogg", "scale": 1, "source_col": 5, @@ -104,7 +104,7 @@ "color" : "#FF87FF", "format_axis": null, "format_value": null, - "index": 0, + "index": 1, "label": "gif", "scale": 1, "source_col": 6, @@ -123,7 +123,7 @@ "color" : "#B64926", "format_axis": null, "format_value": null, - "index": 0, + "index": 1, "label": "tif", "scale": 1, "source_col": 7, @@ -142,7 +142,7 @@ "color" : "#5DD2A4", "format_axis": null, "format_value": null, - "index": 0, + "index": 1, "label": "pdf", "scale": 1, "source_col": 8, @@ -161,7 +161,7 @@ "color" : "#FA0000", "format_axis": null, "format_value": null, - "index": 0, + "index": 1, "label": "djvu", "scale": 1, "source_col": 9, @@ -180,7 +180,7 @@ "color" : "#FFB719", "format_axis": null, "format_value": null, - "index": 0, + "index": 1, "label": "ogv", "scale": 1, "source_col": 10, @@ -199,7 +199,7 @@ "color" : "#00675B", "format_axis": null, "format_value": null, - "index": 0, + "index": 1, "label": "mid", "scale": 1, "source_col": 11, -- 1.7.0.4