Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

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

Open
makmanalp wants to merge 2 commits intomasterfrom
feature/visualization-piescatter
Open

Pie scatters (only accessible through URL) [COL-874]#245
makmanalp wants to merge 2 commits intomasterfrom
feature/visualization-piescatter

Conversation

@makmanalp
Copy link
Copy Markdown
Contributor

No description provided.

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
Copy Markdown
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
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants