-
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
Color Auto button inside Chart style should read "Color: Auto" #32632
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fix some strings after translator feedback * Fix jest tests * Fix typo * Fix Mocha tests * Fix more mocha tests
* Adding legend controls * Adding url support and finishing feature * Moving config to right side; setting min/max to data boundries when deactivating auto * Removing legend from max and min labels * removing uneseccary unshift(0) * Change autobounds behavior
* [Rollup] Fix month value in form select * [Rollup] Add missing i18n for field types
* [ftr] flatten GenericProviderTypes to fix "log" types * [ftr/remote] typscript-ify * remove webdriver types, since they're version 3 and we're using version 4 * simplify initWebDriver() function * keep jest tests in the functional tests as js, mixing jest and mocha types doesn't work
* Reenabling token auth provider test * Re-enabling saml test * Adding a SAML test to ensure we can't reuse refresh token after 60 seconds * Adding token auth provider re-use refresh token after 60 seconds test * Removing the reusuing refresh tokens after timeout
* [ML] Fix chart tooltip positioning for new K7 navigation * [ML] Move numeric offset numbers into variables
Chatted with @markov00 and he suggests that we can disable the `dashboardExpect.panelCount()` assertions for now to avoid triggering elastic#28818. I'll work with @dmlemeshko and @markov00 to get a PR up that is heavily testing this suite and try nailing down what is causing this rendering disparity.
…s outside of Kibana source folder (elastic#32446)
* Add `await` to common router request handler * Remove once() from common license checker and call with request factories
Localize Maps-app UX with Kibana's i18n framework.
Co-Authored-By: ganeshpatro321 <[email protected]>
This is an internal refactor: - move tooltip management out of layers, and to the mapbox-component - use global handler iso of multiple handlers on individual layers (this did remove the cursor-pointer change, since we no longer are explicitly handling on-enter/leave events). - put tooltip state in store Fixes bugs: - when layer is removed, any corresponding tooltip should be removed as well - when layer is made invisible, any corresponding tooltip should be removed as well
…2615) Reverts elastic#31324, failing on master
…s deprecated. Use [getHour()] instead. (elastic#32551)
…left as it is for awhile
💚 Build Succeeded |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix: #25508
Summary
Added aria-label attribute for Color: Auto.
Since the original code is without internationalization, I left it so as well.