-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
ce4c430
to
2d175ed
Compare
this.trait.scale!.categories = undefined; | ||
} | ||
|
||
setScaleClass(value: string) { |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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!
Added the calendar scale class and the computation method class. Also added a history to the scale classes and the method formula.