-
Notifications
You must be signed in to change notification settings - Fork 654
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
Dropdown to select state in state and city filter #183
Comments
@sibeshkar - Please assign this to me. I am working on this |
@sibeshkar - cluster is no more visible on the website instead there is patientdb. Is it going to come back? |
It's still live at cluster.covid19india.org Will be shifted to another section of the main website |
My initial load for the app is being quite laggy. I assume the time to interact would only increase as the number of nodes increase (which would be exponential?). Have you considered SSR for the initial render? |
We have, the problem being vis.js needs to render it on an html canvas, something that isn't available while the code runs server-side. If you can figure out a way to do it though, feel free to PR :) |
@someshkar @sibeshkar - Please let me know what do you think about this change? |
@ashishdawale20 this looks very good, can you improve the way it looks a little? This would really help with the cluster performance. |
@someshkar - Modified the look. Sending the PR |
PR #213 |
* changes for adding state, district and city filter * changes after merge * final changes Co-authored-by: ashishdawale20 <[email protected]>
Please close this ticket |
Cluster is getting really crowded and laggy, specially the state and city filters. This will be a dropdown in the sidepanel that limits the graph to a certain Indian state.
The text was updated successfully, but these errors were encountered: