[Lens] Fix area percentage gaps with zero fitting function#94086
[Lens] Fix area percentage gaps with zero fitting function#94086dej611 merged 3 commits intoelastic:masterfrom
Conversation
|
@elasticmachine merge upstream |
|
Gaps will be fixed in a patched version of elastic charts with elastic/elastic-charts#1067 |
|
Pinging @elastic/kibana-app (Team:KibanaApp) |
|
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
flash1293
left a comment
There was a problem hiding this comment.
LGTM, works as expected
…4086) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
|
@flash1293 and @dej611 Since this issue has likely been in past kibana releases depending on when this regression was caused in chromium (https://bugs.chromium.org/p/chromium/issues/detail?id=1163912). What do you guys think about merging this patch fix (elastic/elastic-charts#1067) into cc: @markov00 |
|
It's fine for 7.12 for me cc @timroes |
|
Ok, merged here #94698 |
Summary
Fixes #93648
Alternative to #93812 as discussed with @nickofthyme .
I've implemented the alternative solution using the
fit="zero"solution, but I still see some gaps in the middle of the stacked area.Between the 2021-24-02 00:00 and 12:00 there's still a gap not filled with the fitting function. I've used the
logssample dataset, but if the specific data is required let me know.Checklist
Delete any items that are not applicable to this PR.
For maintainers