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

Histogram range facet #117

Merged
merged 5 commits into from
Feb 13, 2023
Merged

Histogram range facet #117

merged 5 commits into from
Feb 13, 2023

Conversation

hyunssong
Copy link
Contributor

@hyunssong hyunssong commented Feb 1, 2023

Create histogram support for the collection date for #114

@hyunssong hyunssong marked this pull request as ready for review February 3, 2023 18:30
@@ -34,7 +34,7 @@ class ResultList extends React.Component {
// prevent unnecessary rerendering
shouldComponentUpdate(nextProps) {
this.switchView(store.getState()['query']['view']['facet']);
if (nextProps != this.props) {
if (nextProps !== this.props) {
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 am not confident if this is the right way to fix the circular dependency issue of JSON.stringify, probably will need to debug this issue and see if there is a better way than this.

Copy link
Member

@datadavev datadavev left a comment

Choose a reason for hiding this comment

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

Nice work. There's an issue with the slider extent changing when dragged, but that is unrelated to the histogram - will file a bug for that separately

@hyunssong hyunssong merged commit 79bd180 into develop Feb 13, 2023
@hyunssong hyunssong deleted the histogram-range-facet branch March 14, 2023 17:36
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.

2 participants