Skip to content
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

Added formatting for Date columns #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Added formatting for Date columns #24

wants to merge 1 commit into from

Conversation

Rohit1508
Copy link
Collaborator

No description provided.

Copy link

File Coverage
All files 85%
src/index.ts 0%
src/main/custom-chart-context.ts 86%
src/main/post-message-event-bridge.ts 96%
src/react/use-custom-chart-context.tsx 83%
src/react/mocks/custom-chart-context-mock.ts 76%

Minimum allowed coverage is 0%

Generated by 🐒 cobertura-action against c35f748

} from '@thoughtspot/ts-chart-sdk';
import Chart from 'chart.js/auto';
import ChartDataLabels from 'chartjs-plugin-datalabels';
import _ from 'lodash';
import moment from 'moment';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use luxon. moment is deprecated.

@@ -74,6 +74,7 @@
},
"dependencies": {
"lodash": "^4.17.21",
"moment": "2.29.4",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets add package locks as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants