Require a way to custom legend actions for each group #164479
Labels
enhancement
New value added to drive a business result
Feature:Lens
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Team:Threat Hunting:Explore
Team:Threat Hunting
Security Solution Threat Hunting Team
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
original issue and steps to reproduce: #164402
We have a histogram with custom legend actions: Add to timeline and Copy to clipboard
When the group name is others, we would like to hide these two actions but couldn't find an easy way to do this.
We have isCompatible implemented on our side but we have no access to group name and value to decide which actions to hide or show.
x-pack/plugins/security_solution/public/actions/add_to_timeline/lens/add_to_timeline.ts
x-pack/plugins/security_solution/public/actions/copy_to_clipboard/lens/copy_to_clipboard.ts
src/plugins/chart_expressions/expression_xy/public/expression_renderers/xy_chart_renderer.tsx line 170
The text was updated successfully, but these errors were encountered: