Commit fab16f37 by Miles Steele

fix display name for profile distributions

parent 7fe9f70a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment