[Lens] Log data tables properly#128297
Conversation
|
Pinging @elastic/kibana-vis-editors @elastic/kibana-vis-editors-external (Team:VisEditors) |
nreese
left a comment
There was a problem hiding this comment.
maps changes LGTM
code review, tested in chrome
stratoula
left a comment
There was a problem hiding this comment.
Bugs fixed and changes LGTM, I tested in both Lens and Viz Editor. 👍
mbondyra
left a comment
There was a problem hiding this comment.
I found a bug for a heatmap, there's no data displayed (somehow there's pagination though):

Before:
Also, not introduced by this PR, but with a default include empty rows setting there's a lot of data user doesn't probably need because it's empty (you can see it in before pic). I wonder if we could do something about it? 🤔
|
@mbondyra Good catch with the heatmap, should be fixed now.
Right, I think it's OK though - consistency seems more important to me than empty rows in this table which are probably easy to handle anyway downstream (e.g. Excel). Also for real world data it's probably not that big of a problem (it tends to have way less gaps especially for things the user wants to export) |
|
@elasticmachine merge upstream |
|
Fixed the annotations case |
|
All works as expected, approved 🆗 |
💚 Build SucceededMetrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |


Fixes #127995
Fixes #121063
Log data tables properly in all cases so additional columns do not show up and the region map table is logged correct as well.