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

Change over time chart #1973

Merged
merged 57 commits into from
Jan 7, 2025
Merged

Change over time chart #1973

merged 57 commits into from
Jan 7, 2025

Conversation

lastminutediorama
Copy link
Contributor

@lastminutediorama lastminutediorama commented Dec 6, 2024

I think there are a few things we should adjust when the new dialog component is in place, but otherwise, this seems to be working fine.

@lastminutediorama lastminutediorama changed the title Change over time chart [WIP] Change over time chart Dec 6, 2024
Copy link
Contributor

@pflopez pflopez left a comment

Choose a reason for hiding this comment

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

Looking good! One last thing, my comment about DirectImpactsStateService


@Injectable()
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't want to do this. this is provided by the module, so its not bundled on the main chunk

@@ -44,6 +44,7 @@
"chartjs-plugin-datalabels": "^2.2.0",
"esri-leaflet": "^3.0.12",
"esri-leaflet-vector": "^4.2.4",
"fast-deep-equal": "^3.1.3",
Copy link
Contributor

Choose a reason for hiding this comment

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

question, are we using this dependency?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, that's for the deepEqual in the distinctUntilChanged piece. We also don't have anything similar anywhere else, so I thought we could use this, and later maybe replace some JSON.stringify() comparisons we've got.

@lastminutediorama lastminutediorama merged commit 50e455c into main Jan 7, 2025
6 checks passed
@lastminutediorama lastminutediorama deleted the change-over-time-chart branch January 7, 2025 21:07
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