Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Embedded Custom Viz does not receive options from embed JS update events #166

Description

@colin-roy-ehri

When embedding a Dashboard with a custom visualization, the JS dashboard:options:set event does not update the visualization options.
I've tried this with the embed SDK, simple JS events, and the dynamic dashboard tester. @bryan-at-looker helped me confirm the issue.

Effect:
This issue prevents dynamically updating embedded custom visualizations.

To reproduce:

  1. Create any custom visualization with a new option and console.log(options) inside the updateAsync function.
  2. Create a dashboard using that custom visualization.
  3. Add the viz to a looker instance and run the application dynamic dashboard tester.
  4. Inside the dynamic dashboard tester, locate your new dashboard from step 2 and change the custom option from step 1.
  5. Notice that the logged options in the console do not change.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions