Skip to content

Commit 82feb04

Browse files
committed
need team in chartdata for combine/sep teams
1 parent 64e5e92 commit 82feb04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/esdb/match.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def chart_data(measure, smoothing_window)
3838
{:name => entity["identity"]["name"],
3939
:data => smooth(extracted_measures, smoothing_window),
4040
:color => "#" + entity["color"],
41+
:team => entity["team"],
4142
}
4243
}.to_json
4344
end

0 commit comments

Comments
 (0)