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

[BI-684, BI-682] - Calendar scale and Computation method class #62

Merged
merged 7 commits into from
Dec 21, 2020

Conversation

ctucker3
Copy link
Contributor

@ctucker3 ctucker3 commented Dec 8, 2020

Added the calendar scale class and the computation method class. Also added a history to the scale classes and the method formula.

this.trait.scale!.categories = undefined;
}

setScaleClass(value: string) {
Copy link
Member

Choose a reason for hiding this comment

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

Is the state of ordinal and nominal supposed to be shared with each other? Looks like now they each keep their own state.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I left it out because I wanted to limit the logic on the UI and it would be one more thing to maintain. But, it is part of the requirements, so I added it in. Thanks for the catch!

@ctucker3 ctucker3 merged commit 2ed8db7 into develop Dec 21, 2020
@ctucker3 ctucker3 deleted the feature/BI-684 branch December 21, 2020 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants