Skip to content

Commit

Permalink
[plugins] merge plugin metrics by name
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Jul 27, 2015
1 parent 072a6f5 commit 0c4bb8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ $.extend(Template.prototype, {
{ "name":"u" },
{ "name":"n" }
]);
chartData.chartData = countlyCommon.mergeMetricsByName(chartData.chartData, _name);
var namesData = _.pluck(chartData.chartData, _name),
totalData = _.pluck(chartData.chartData, 't'),
newData = _.pluck(chartData.chartData, 'n'),
Expand Down

0 comments on commit 0c4bb8c

Please sign in to comment.