Skip to content
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 support for drill down #64925

Closed
AlonaNadler opened this issue Apr 30, 2020 · 4 comments
Closed

Lens support for drill down #64925

AlonaNadler opened this issue Apr 30, 2020 · 4 comments
Labels
enhancement New value added to drive a business result Feature:Lens Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@AlonaNadler
Copy link

Ability to create drill down based on Lens visualizations

#64300

cc: @timroes

@wylieconlon wylieconlon added the Team:Visualizations Visualization editors, elastic-charts and infrastructure label Apr 30, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@wylieconlon
Copy link
Contributor

@streamich We need some help with this, since we are seeing errors for both click events and brushing in your PR #61219:

plugin.ts:62 Uncaught (in promise) TypeError: Cannot read property 'runtimeId' of undefined
    at Object.isCompatible (plugin.ts:62)
    at ActionInternal.isCompatible (action_internal.ts:43)
    at ui_actions_service.ts:112
    at Array.map (<anonymous>)
    at UiActionsService.getTriggerCompatibleActions (ui_actions_service.ts:112)
    at TriggerInternal.execute (trigger_internal.ts:28)
    at TriggerContract.exec (trigger_contract.ts:55)
    at ui_actions_service.ts:118
    at Object.onBrushEnd (xy_expression.tsx:266)
    at on_brush_end_caller.js:78

@wylieconlon wylieconlon added the bug Fixes for quality problems that affect the customer experience label Apr 30, 2020
@streamich
Copy link
Contributor

runtimeId is a field on embeddable; and embeddable is a field on VALUE_CLICK_TRIGGER context; I guess the embeddable is missing on that context.

Here is a related issue #62214 which discusses how VALUE_CLICK_TRIGGER should be executed in Lens embeddable.

@timroes timroes added enhancement New value added to drive a business result and removed bug Fixes for quality problems that affect the customer experience labels May 4, 2020
@flash1293
Copy link
Contributor

Resolved by #65675

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Lens Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

6 participants