Yuvipanda has submitted this change and it was merged.

Change subject: Fix off-by-one error in graph for no-categories
......................................................................


Fix off-by-one error in graph for no-categories

Change-Id: I3846e311243d89376bbc2c8d027014a214cfa816
---
M graphs/no-cats.json
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Yuvipanda: Verified; Looks good to me, approved



diff --git a/graphs/no-cats.json b/graphs/no-cats.json
index ee01e7e..9e70471 100644
--- a/graphs/no-cats.json
+++ b/graphs/no-cats.json
@@ -98,7 +98,7 @@
             "metric": {
               "source_id": "no-cats", 
               "type": "int", 
-              "source_col": 2
+              "source_col": 1
             }, 
             "nodeType": "line", 
             "options": {

-- 
To view, visit https://gerrit.wikimedia.org/r/60033
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I3846e311243d89376bbc2c8d027014a214cfa816
Gerrit-PatchSet: 1
Gerrit-Project: analytics/limn-mobile-data
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to