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

Standardize method for excluding Degree and Deviation from certain attribute calculations #368

Open
NateLanza opened this issue Jul 11, 2024 · 0 comments

Comments

@NateLanza
Copy link
Contributor

Degree and Deviation are treated as attributes but are special and need to be excluded from certain attribute computations, ie having menus to choose the visualization in their column. Some places use attr === 'Degree' && attr === 'Deviation', some use ['Degree', 'Deviation'].includes(attr), etc. All this should be standardized into a single function (probably provided by core) so that the implementation is consistent and other attribute names can easily be added to the list of special attributes if more special attributes are added.

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

No branches or pull requests

1 participant