-
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
[TSVB] Remove jQuery dependency from plugins #83809
Conversation
src/plugins/vis_type_timeseries/public/application/visualizations/lib/active_cursor.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/public/application/visualizations/views/timeseries/index.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/public/application/visualizations/views/timeseries/index.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/public/application/visualizations/views/timeseries/index.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/public/application/visualizations/lib/active_cursor.ts
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/public/application/visualizations/lib/active_cursor.ts
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/public/application/visualizations/views/timeseries/index.js
Outdated
Show resolved
Hide resolved
src/plugins/vis_type_timeseries/public/application/visualizations/views/timeseries/index.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, thanks!
Pinging @elastic/kibana-app (Team:KibanaApp) |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Async chunks
Page load bundle
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.
LGTM, tested it locally, works as it should 🙂
* Use rxjs instead of jquery for eventBus. * Fix comments * Removed one check because property is private. * Resolve comments Co-authored-by: Kibana Machine <[email protected]>
* Use rxjs instead of jquery for eventBus. * Fix comments * Removed one check because property is private. * Resolve comments Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
Part of: #83617
Summary
Use RxJS instead of jQuery for trigger/handle cursor event.
Checklist
Delete any items that are not applicable to this PR.
For maintainers