Feature Request for visualization setting in Kibana #57488
Labels
Feature:XYAxis
XY-Axis charts (bar, area, line)
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Apologies if any incorrectness about this post, it's my first time on Github.
Kibana version:
7.5.2
Elasticsearch version:
7.5.2
Describe the feature:
Add toggle to turn on/off connecting of data endpoints when missing values during breaks in hits.
Describe a specific use case for the feature:
With line visualizations, if you have a break in your data that picks back up at a later point, the visualization will connect the endpoints even though there are no values/aggregation data between them. Use case - you have three aggregation points over a time span, lets say 1m between each, then you have no values/hits in your ES for the next 3 minutes, then you have data for the next 3m after that. Currently, when turning on connecting lines, you will see the first 3 lines connected as expected, then a long connection line that connects the 3rd point to the 4th point (interpolated values I guess?) then the last 3 lines are also subsequently connected as expected. The request would be to add a toggle to turn on/off the connecting of endpoints when no data. In this case, you would see no interpolated line connecting the 3rd and 4th datapoints since there is no aggregated data in those bucket timeframes.
Attachment is sample of how Excel has the ability to handle this when graphing.
The specific request is to help handle performance of various items that come in and out of visibility in the dataset. if you sub-bucket your aggregations for various contributing items, in my case 20 different items contributing performance that come in and out of data visibility, the current method of connecting all the endpoints makes it look like a big jumbled mess of lines.
The text was updated successfully, but these errors were encountered: