-
Notifications
You must be signed in to change notification settings - Fork 8.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
[TSVB] Terms with keyword field with "numbers" is displayed with a weird date #132226
Conversation
@elasticmachine merge upstream |
Pinging @elastic/kibana-vis-editors @elastic/kibana-vis-editors-external (Team:VisEditors) |
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.
Looks mostly good, not sure about the options for the field formater, but the app services team probably has an opinion on it. Left some nits
src/plugins/vis_types/timeseries/public/application/components/vis_with_splits.js
Show resolved
Hide resolved
src/plugins/vis_types/timeseries/server/lib/vis_data/response_processors/series/time_shift.js
Outdated
Show resolved
Hide resolved
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.
LGTM
@elasticmachine merge upstream |
@elastic/kibana-app-services please have a look |
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.
This works fine! LGTM!
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: cc @alexwizp |
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.
app servies changes LGTM
Closes: #132208
Summary
This PR fixes 2 issues:
What was changed:
labelFormatted
has been removed from theTSVB
model. This field was only used to format dates and is redundanttimezone
option has been added toTextContextTypeOptions