Open stratoula opened 5 months ago
Pinging @elastic/kibana-visualizations (Team:Visualizations)
Pinging @elastic/kibana-esql (Team:ESQL)
It will be a development effort to get query-based annotations to support ES|QL as well.
I am deprioritizing this as we are currently discussing on making the entire editor to work with ES|QL (Lens powered by ES|QL) so giving effort here it doesnt make sense. ccx @teresaalvarezsoler @markov00 (at least now, maybe later when we will have a more concrete plan (?))
Describe the feature:
The only big thing missing from ES|QL visualizations (from the visualization side of things) is that ability to create multiple layers in XY charts:
The reason we hadn't proceeded with that is that at the moment our UI doesnt allow easily the addition of layers. We have a UI with a central editor but if we want to be correct and support all the use cases we should allow the uses to create layers from different queries.
This means that the inline editing of ES|QL charts need to change to accomodate this functionality.