7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript8,021 forks (8,021 forks)batch import
Feature:LensTeam:Visualizationsenhancementgood first issueimpact:medium
Repository metrics
- Stars
- 19,065 stars (19,065 stars)
- PR merge metrics
- Avg merge 1d 16h (Avg merge 1d 16h)999 merged PRs in 30d (999 merged PRs in 30d)
Description
7.9 cloud staging.
When dropping a field into LEns table is no longer appear as a suggestion
The reason it is important is that table is used often by Kibana users and suggestions are a popular way to showcase the option available to visualize the data the users choose

@flash1293 @wylieconlon
Contributor guide
- Research direction
- The issue is that the 'Table' visualization does not appear in Lens suggestions. Investigate the Lens suggestion provider logic, likely in files under `x pack/plugins/lens/`. Check if there was a recent change that removed the table suggestion or if the condition for it to appear is not met. Look at the suggestion registry and how suggestions are filtered. Consider if the issue is related to field type compatibility. Review any related tests.
- Tech stack
- typescriptreact
- Domain
- frontenddata
- Issue type
- Bug
- Prerequisites
- Basic knowledge of Kibana plugin developmentFamiliarity with Lens suggestion system