-
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
Fix timelion color error when filtering data #23876
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
jenkins, test this |
💔 Build Failed |
Pinging @elastic/kibana-app |
# Conflicts: # src/core_plugins/timelion/server/series_functions/__tests__/color.js # src/core_plugins/timelion/server/series_functions/color.js
Jenkins, test this |
💚 Build Succeeded |
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.
Tested on Chrome Linux, fixes the linked issue. Code LGTM
…Series.length==1 (elastic#23876) * Fix 'Color not provided' error in case of more than 1 color and inputSeries.length==1 * Added test * Fix test * [master 71ee061] Merge branch master of github.com:elastic/kibana
Thank you a lot for providing this fix. Sorry that this slipped our radar and took an eternity to get this merged. I already backported the PR to be released in the next minor version of Kibana. 🙇♂️ |
💔 Build Failed |
Summary
Fixes #15681
I did not do any of the below checklist, but since it is such a small fix, I at least wanted to share, see if you want to accept the PR.
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.- [ ] This was checked for cross-browser compatability, including a check against IE11- [ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support- [ ] Documentation was added for features that require explanation or tutorials- [ ] This was checked for keyboard-only and screenreader accessibilityFor maintainers