-
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
[Lens] Fitting filling options for missing buckets #68403
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
I think every layer and series should have the same fitting function. I tried out some examples to see if I could come up with a reason to use two different fitting functions, but couldn't come up with a good example. The best reason I could think of is if you are showing two layers with different time intervals, but I'm not sure this is a great visualization. Also, I found that when using the I think the form should be at the chart level, and the only option that I don't think we should support is "Explicit" because it requires an extra input. |
Makes a lot of sense, thanks!
Sounds good to me as well. Why are you concerned about the extra input? Complexity we should avoid if it's not totally necessary? |
Depends on #67384 |
Yes, the main reason is that it's extra complexity, but also that I don't know the use case for it. In the parent issue there were several requests for "Zero" as the most common explicit number |
Should be disabled for bar charts. Keep the state around but don't use it if a bar chart is selected. XY chart only for now to leverage |
Provide settings for Lens to specify fitting/filling options for missing buckets. Elastic-charts offers a variety of settings for this.
Parent issue: #17717
Unclear:
Is this a series level setting or a chart level setting or a layer level setting? What will be in the first iteration? Everything elastic-chart exposes? A little less? All of it seems a little overwhelming
The text was updated successfully, but these errors were encountered: