-
Notifications
You must be signed in to change notification settings - Fork 134
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
fix: pivot table date format #383
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Risk Level 2 - /home/runner/work/graphic-walker/graphic-walker/packages/graphic-walker/src/components/pivotTable/index.tsx The code seems to be well written and follows SOLID principles. However, there are a few areas that could be improved for better readability and maintainability:
Risk Level 2 - /home/runner/work/graphic-walker/graphic-walker/packages/graphic-walker/src/components/pivotTable/topTree.tsx The code changes are generally good, but there are a few areas that could be improved for better readability and maintainability:
let formatter;
if (field?.semanticType === 'temporal') {
formatter = (x) => formatDate(parsedOffsetDate(displayOffset, field.offset)(x));
} else {
formatter = (x) => `${x}`;
}
Risk Level 2 - /home/runner/work/graphic-walker/graphic-walker/packages/graphic-walker/src/components/pivotTable/leftTree.tsx The code seems to be well written and follows SOLID principles. However, there are a few areas that could be improved for better readability and maintainability:
📚🔍🔄 Powered by Code Review GPT |
fix the date show in pivot table