fix display name for profile distributions

This commit is contained in:
Miles Steele
2013-08-07 14:19:47 -04:00
parent 7fe9f70ab3
commit fab16f37da

View File

@@ -51,7 +51,7 @@ class ProfileDistributionWidget
name: 'Count'
]
grid_data = _.map feature_res.data, (value, key) ->
grid_data = _.map feature_res.data, (value, key) =>
datapoint = {}
datapoint[@feature] = feature_res.choices_display_names[key]
datapoint['count'] = value