Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Mircea Danila Dumitrescu committed Sep 2, 2014
1 parent 1101d5c commit 0d96fca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions public/js/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand All @@ -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",
Expand Down

0 comments on commit 0d96fca

Please sign in to comment.