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

Remove River Conditions and Flow Tiles from viz_list.csv #54

Open
maggiejaenicke opened this issue Mar 13, 2024 · 0 comments
Open

Remove River Conditions and Flow Tiles from viz_list.csv #54

maggiejaenicke opened this issue Mar 13, 2024 · 0 comments

Comments

@maggiejaenicke
Copy link
Contributor

When the river conditions and flow tiles were added to their own respective carousels, they were filtered out from other places in the site using these two lines:
this.vizList_events = this.vizList_events_all.filter((viz) => !viz.title.includes("River Conditions"));
this.vizList_charts = this.vizList_charts_all.filter((viz) => !viz.title.includes("Flow cartogram"));

In the future, we may want to just remove these from the viz_list.csv, which will eliminate the need for these two lines of code.

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