From 0d96fca1fccf2df375761811509b73ab1e28cb40 Mon Sep 17 00:00:00 2001 From: Mircea Danila Dumitrescu Date: Tue, 2 Sep 2014 14:26:10 +0100 Subject: [PATCH] Minor change --- public/js/analytics.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/public/js/analytics.js b/public/js/analytics.js index 2c2efa8..c84462a 100644 --- a/public/js/analytics.js +++ b/public/js/analytics.js @@ -259,7 +259,7 @@ AggregatedChart.prototype = Chart; var chartsConfig = [ { - name: "T1 Aggregations", + name: "Wants Aggregations", chartType: "AggregatedChart", //can be "EventsChart" or "AggregatedChart" - meaning one or multiple dimensions renderingType: "xxx", //choose a style chartParams: { @@ -269,9 +269,8 @@ var chartsConfig = [ start: new Date(new Date().getTime() - 3600 * 1e3), //miliseconds ago stop: null, //null for a streaming chart dimensionsNames: { - "v1": "Gender", - "v2": "Platform", - "v3": "Country" + "v1": "Server", + "v2": "Subject" }, metricsNames: { c: "Count",