fixing bug with clicking on a legend that is not associated with any values

This commit is contained in:
Shelby Sturgis 2015-07-15 16:41:52 -04:00
parent 1060a4144b
commit 153a60ae50

View file

@ -59,7 +59,7 @@ define(function (require) {
})
.reduce(function (a, b) {
return a.concat(b);
});
}, []);
return _.uniq(values, 'label');
};