Open dej611 opened 5 months ago
Pinging @elastic/kibana-visualizations (Team:Visualizations)
@dej611 just for a bit of history - we were taking the formatter from the axis, but it doesn't make sense as we need more precision than just the interval so we decided to move to a set timestamp. it's a complex task to think about what's the most useful for the user. It can depend on the timerange, interval, field format etc. Not sure if it should be clasified as a bug or enhancement because it was a conscious decision.
Thanks @mbondyra for providing the decision context of it. That sounds like something similar to Discover, where is a per document format: would it be feasible to apply the same logic as in there within the annotation tooltip?
Not sure with how it works in Discover, I'll add it as an item to our weekly.
Describe the feature:
The annotation content is not using the correct field format when configured on the field. In this example I'm configuring the
url.keyword
from (sample data logs dataview) as URL format (clickable link):But on the annotation tooltip the format is not correctly applied:
(this would be useful in combination with #184632 )