From 17bafa4a210261f1302feb7d3a0fdb8f5f0be3b9 Mon Sep 17 00:00:00 2001 From: erosen Date: Wed, 20 Jun 2012 16:07:26 -0700 Subject: [PATCH] updated reportcard.json to include the model information --- data/dashboards/reportcard.json | 35 ++++++++++++++++++++--------------- 1 files changed, 20 insertions(+), 15 deletions(-) diff --git a/data/dashboards/reportcard.json b/data/dashboards/reportcard.json index cdb0f21..400c2c3 100644 --- a/data/dashboards/reportcard.json +++ b/data/dashboards/reportcard.json @@ -1,18 +1,23 @@ { "name": "Reportcard", - "graphs": [ - "unique_visitors", - "reach", - "pageviews", - "pageviews_mobile", - "pageviews_mobile_target", - "commons", - "articles", - "articles_per_day", - "edits", - "new_editors", - "active_editors", - "active_editors_target", - "very_active_editors" - ] + "tabs": [ + { + "name":"Core", + "graph_ids":[ + "unique_visitors", + "reach", + "pageviews", + "pageviews_mobile", + "pageviews_mobile_target", + "commons", + "articles", + "articles_per_day", + "edits", + "new_editors", + "active_editors", + "active_editors_target", + "very_active_editors" + ] + } + ] } -- 1.7.0.4