-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Timelion y-axis label not displayed #80007
Conversation
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
Checked locally, works as expected! Thanks!
x-pack/plugins/canvas/canvas_plugin_src/renderers/pie/index.tsx
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
Pinging @elastic/kibana-app (Team:KibanaApp) |
@elasticmachine merge upstream |
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!
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, tested locally on Safari 👏
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 for stack monitoring. I stood this up locally and pointed to a cloud monitoring cluster and compared the graphs for a few pages and it looks like everything works the same
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]@kbn/optimizer bundle module count
@kbn/ui-shared-deps asset size
async chunks size
distributable file count
page load bundle size
History
To update your PR or re-run it, just comment with: |
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.
Canvas changes look good and work as expected. 👍
* Moved flot in ui-shared-deps and leavt only one version. * Removed unneeded import * use commonJS so we can execute code between loading specific modules * prefix i18n keys with flot. * Fix Internationalization * remove duplicate pie plugin Co-authored-by: spalger <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
* Moved flot in ui-shared-deps and leavt only one version. * Removed unneeded import * use commonJS so we can execute code between loading specific modules * prefix i18n keys with flot. * Fix Internationalization * remove duplicate pie plugin Co-authored-by: spalger <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync. |
* Timelion y-axis label not displayed (#80007) * Moved flot in ui-shared-deps and leavt only one version. * Removed unneeded import * use commonJS so we can execute code between loading specific modules * prefix i18n keys with flot. * Fix Internationalization * remove duplicate pie plugin Co-authored-by: spalger <[email protected]> Co-authored-by: Kibana Machine <[email protected]> * Fix test. Co-authored-by: spalger <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
* Timelion y-axis label not displayed (#80007) * Moved flot in ui-shared-deps and leavt only one version. * Removed unneeded import * use commonJS so we can execute code between loading specific modules * prefix i18n keys with flot. * Fix Internationalization * remove duplicate pie plugin Co-authored-by: spalger <[email protected]> Co-authored-by: Kibana Machine <[email protected]> * Fix test Co-authored-by: spalger <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
Closes: #79486
Summary
Since we had 4 versions of flots after each subsequent initialization, we cleared all the previous plugins for plot.
To solve the problem, moved the 'flot' to ui-shared-deps and left only one version.
Checklist
Delete any items that are not applicable to this PR.
For maintainers