Neeraj Fix Demand Across Villages Graph Rendering Issue#5298
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
-Checked out to current branch and tested PR locally.
- The "Comparing Villages" section displays a placeholder graph area instead of a rendered chart or empty-state message.
- Below are few suggestions not sure if its scope of this PR.
- Data labels in the line chart appear crowded and overlap, affecting readability.
- When hovering over a bar in the "Demand across Villages" chart, the hover/highlight background appears light/white and does not match the application's dark theme.
Mahitha-pasupuleti
left a comment
There was a problem hiding this comment.
Tested locally, and the changes work as expected. The village analytics layout renders correctly, and the graph is displaying properly without any collapse or sizing issues.
Minor suggestion:
The tooltip/hover popup (when hovering over the chart) could be improved by adding a subtle drop shadow to make it more visually distinct from the background. This would improve readability and overall UI clarity, especially in dense chart areas.
Overall, the implementation looks good and fixes the responsiveness issues effectively. Approving the PR.
Hi Deepigha, Thank you for taking the time to review the PR. The mentioned points / suggestions are not part of the PR (not in the scope of the PR). Please check the points to be tested in the PR description and if everything is working as intended with respect to the PR description, please approve the changes. Thank You ! |
bbecfb1
|
|
Thank you all, merging! |








Description
Related PRS (if any):
This frontend PR is related to the Development Backend PR.
…
Main changes explained:
How to test:
npm installand...to run this PR locallyScreenshots or videos of changes:
Note:
This PR focuses only on fixing the graph rendering.