-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Show appropriate date when date is part of grouped data on chart. #2857
base: master
Are you sure you want to change the base?
Show appropriate date when date is part of grouped data on chart. #2857
Conversation
…elected Signed-off-by: Onesimus Wiafe <[email protected]>
Co-authored-by: asrar <[email protected]> Signed-off-by: Onesimus Wiafe <[email protected]>
d23bc03
to
2f967db
Compare
Signed-off-by: Onesimus Wiafe <[email protected]>
Signed-off-by: Onesimus Wiafe <[email protected]>
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.
Thanks for the PR!
I suspect some parts of this PR are AI generated. We do not yet have an official project policy on this, but I'm not eager to review such code. If you're going to use these tools, please rigorously check for relevance, brevity and sanity before submitting - technically correct code is not enough. If this is not AI generated code - please do this anyway.
Regardless of the tooling, I would like some cleanup of this code before we merge it (see review comments).
Signed-off-by: Onesimus Wiafe <[email protected]>
Signed-off-by: Onesimus Wiafe <[email protected]>
This PR addresses issue #2566. When the data is grouped and a date is part of the grouped data, the date values are then represented in epoch format. I couldn't figure out the exact source of the problem, and this solution addresses the problem. I included a function in the filter.ts file since all the plugins affected by this issue import the functions in filter.ts. I refine the date type values before the functions in filter.ts run. The tests included confirm this solution too.
Pull Request Checklist
Discussions, this PR applies to.