-
Notifications
You must be signed in to change notification settings - Fork 67
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
Feat: Added graphs(Line, Bar, Bubble, Scatter) for admin successfully issue 367 #410
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@VaibhavArora314 in my local it is fetching in deployment why it is not rendering it ? |
the old records do not have the createdAt field that's why this error is coming I guess |
Ya I got it so what to do now ? |
can we just create new data or something like you delete the reactions from the database that will not heart anything or else we use other approach if you have ! |
I will update the database, give me some time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to add a msg below each graph or label the x-y axis to better understand what the graph is about?
@VaibhavArora314 I label the graphs at x and y axis respectively, this library has built in feature 😄 |
I don't think bubble and scatter graphs have much use in most cases with respect to time for our application. Can you please remove them, rest is looking good. |
Deployment failed with the following error:
|
It will look nice when the data will be populated also it will be easy to admin to visualize, But never mind i removed it @VaibhavArora314 👍 |
@VaibhavArora314 what is this ? |
Can't find anything in vercel logs and the website is also not updated. It's probably a vercel error, let me look into it. |
Most probably you will have to create a new pull request as vercel is not detecting up changes in this PR. |
🗿 |
Ok I will do that give me a minute |
Now it is checking/working when i cratead a new PR 🗿 |
Lmao, anyways closing this now since #425 is created |
Pull Request Resolves[#367 ]
Title: Added graphs(Line, Bar, Bubble, Scatter) for admin successfully.
Description
Related Issues
Fixes #367
Changes Made
New feature: Added graphs(Line, Bar, Bubble, Scatter) for admin.
Screenshots
I certify that I have carried out the relevant code of conduct and provided the requisite screenshot for validation by submitting this pull request.
Thank You for this contribution.