-
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][Timelion][XY] Cursor synchronization is not visible #116754
Comments
Pinging @elastic/kibana-vis-editors (Team:VisEditors) |
@nickofthyme could you please help us a little to understand what has changed in the e.g. if I remove " |
Yeah I'll take a look. |
This also happens in Timelion and XY charts. Is this on EC side or can we fix it on our side? I think it should be fixed in 7.16 cc @nickofthyme |
Ugh I thought this was the same issue related to undefined base properties. Basically if base theme does not define a default value for properties that are possibly undefined, it doesn't pickup overrides to that value. But this issue appears to be related to the value being an optional array, namely |
Alright after a deeper look this issue here is caused when the first partial theme in the array is empty ( In such a case the additional theme objects in the array are completely ignored. I don't see a good solution for this on kibana side. I will put up a PR and backport it into |
Thank you @nickofthyme, you rock 🚀 |
Ok @stratoula & @alexwizp, #117180 should fix this issue in its entirety. Please let me know if you see any issues. So now that the theming is fixed I hope there is less confusion in how the theme merging works. Essentially it takes looks to set each value within the theme from the partial or array of partials set on the |
This fix is now in |
Kibana version:
7.16+
Describe the bug:
This bug is more obvious when you add a TSVB and a Lens chart on a dahboard. If you hover over TSVB, the hover line is not visible but you will see that the it is synchronized with the Lens chart. If you hover over Lens and check TSVB you will see no indication of the cursor synchronization.
I think that it works but the line is invisible for some reason. In 7.15 it looked like:
but in 7.16 (same dashboard)
Steps to reproduce:
The text was updated successfully, but these errors were encountered: