[7.16] fix crosshair theme and style issues#117180
Conversation
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
There was a problem hiding this comment.
Changes LGTM. I tested it locally by creating a dashboard of:
- TSVB panel
- Lens panel
- XY vertical bar panel
- Area vertical bar panel
- Timelion
Now the crosshair is visible to all of them 🎉
The only thing I don't get is why we are backporting it only in 7.16? I mean this should be fixed for 8 and above, right?
I saw a PR from Marco that is updating the version on 8.0 and 8.1 but doesn't include all your changes.
src/plugins/vis_types/timeseries/public/application/visualizations/views/timeseries/index.js
Show resolved
Hide resolved
I will create a new PR for 8.0 when #116749 is merged with a new ech release that includes those changes. Unfortunately we can't just merge the latest version of ECH in 7.16 due to the features introduced in 38.1 in charts. We backported the changes in 38.0 and we will create a new PR for 8.0/8.1 with 38.1 fixes |
|
Oh nice, this makes perfect sense! Thanx! |
|
@stratoula yeah both have the three changes listed above, the other one likely just got released in an earlier version. I think @markov00 first mentioned adding it to |
|
We want it in 7.16!! It works correctly and it doesn't seem risky |
|
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
Summary
Fixes issues related to cursor sync, position and theming. See elastic/elastic-charts#1452, elastic/elastic-charts#1447 and elastic/elastic-charts#1453.
fixes #116754
Fixed in 8.0 in #117323