fix(axis): disable nice adaptive ticks#2689
Merged
nickofthyme merged 2 commits intoJul 23, 2025
Merged
Conversation
markov00
approved these changes
Jul 21, 2025
Collaborator
Author
|
buildkite update screenshots |
Collaborator
Author
|
buildkite test this |
nickofthyme
pushed a commit
that referenced
this pull request
Jul 23, 2025
## [70.1.2](v70.1.1...v70.1.2) (2025-07-23) ### Bug Fixes * **axis:** disable nice adaptive ticks ([#2689](#2689)) ([5f9d946](5f9d946))
andrimal
added a commit
to elastic/kibana
that referenced
this pull request
Sep 25, 2025
…nested tooltip colors (#236341) fix #203021 The tooltip no longer shows wrong color for nested slices. This issue was caused when nested layers shared the same label and value. ## Summary This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@elastic/charts](https://togithub.com/elastic/elastic-charts) | dependencies | patch | [`70.1.1` -> `70.1.4`](elastic/elastic-charts@v70.1.1...v70.1.4) | --- ### Release Notes ## [70.1.4](elastic/elastic-charts@v70.1.3...v70.1.4) (2025-09-24) ### Bug Fixes * **partition:** fix tooltip nested colors ([#2717](elastic/elastic-charts#2717)) [70.x] ([#2736](elastic/elastic-charts#2736)) ([8caab26](elastic/elastic-charts@8caab26)) * **partition:** fix tooltip nested colors ([#2717](elastic/elastic-charts#2717)) [70.x] ([#2741](elastic/elastic-charts#2741)) ([c888166](elastic/elastic-charts@c888166)) ### Reverts * **partition:** fix tooltip nested colors [70.x] ([#2739](elastic/elastic-charts#2739)) ([b2b0cba](elastic/elastic-charts@b2b0cba)), closes [#2717](elastic/elastic-charts#2717) [#2736](elastic/elastic-charts#2736) ## [70.1.3](elastic/elastic-charts@v70.1.2...v70.1.3) (2025-08-04) ### Bug Fixes * update css style exports to use Borealis theme tokens ([#2695](elastic/elastic-charts#2695)) ([5619e08](elastic/elastic-charts@5619e08)) ## [70.1.2](elastic/elastic-charts@v70.1.1...v70.1.2) (2025-07-23) ### Bug Fixes * **axis:** disable nice adaptive ticks ([#2689](elastic/elastic-charts#2689)) ([5f9d946](elastic/elastic-charts@5f9d946)) ## [70.1.1](elastic/elastic-charts@v70.1.0...v70.1.1) (2025-07-14) --- ### Checklist - [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [ ] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels.
This file contains hidden or 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
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.
Summary
This is meant as a quick patch for #2687 to correct the wrong domain usage on niced axes. Currently, the domains can render incorrectly and misalign/misrepresent chart geometries relative to the axes.
This fix will temporarily disable the adaptive ticks only on niced domains. The result is slightly inferior tick labels in favor of accuracy.
Details
This is meant as a quick fix until a true solution (#2688) can be thoroughly reviewed.
Issues
Patch for #2687
Checklist
:xy,:partition):interactions,:axis)closes #123,fixes #123)