Allow users to configure fitting/filling function for missing/null buckets #1505
Labels
enhancement
New feature or request
timeline
unified visualization UX
ux / ui
Improvements or additions to user experience, flows, components, UI elements
visualizations
Issues and PRs related to visualizations
Is your feature request related to a problem? Please describe.
Missing buckets are handled a bit differently depending on the chart, e.g. :
Describe the solution you'd like
Since the way a
null
value should be handled really depends on the semantics of the data, we cannot make a meaningful decision for the user. We should rather give the user the possibility to change a "fitting function", that will calculate what values should be "fitted" in for null values. Possible values could be (the examples, show what that fitting function would turn the input series[2, null, null, 8]
into):This fitting settings would behave similar to the Timeline
.fit
function, but should work for all charts.Describe alternatives you've considered
Kibana/Lens offers a fitting function for missing buckets since Kibana 7.9.0.
Additional context
Equivalent to elastic/kibana#17717
The text was updated successfully, but these errors were encountered: