Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pie scatters (only accessible through URL) [COL-874] #245

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

makmanalp
Copy link
Contributor

No description provided.

@@ -61,7 +61,7 @@ export default Ember.Controller.extend({
}),
needsLegend: computed('model.visualization', function() {
let vis = this.get('model.visualization');
return _.contains(['scatter', 'similarity'], vis) ? true : false;
return _.contains(['scatter', 'similarity', 'piescatter'], vis) ? true : false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

God, did I write this? might not need ? true : false;

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hahaha probably there was some more complex value there that then gone refactored out or something

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants