You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.
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:
Create any custom visualization with a new option and console.log(options) inside the updateAsync function.
Create a dashboard using that custom visualization.
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:
console.log(options)
inside the updateAsync function.The text was updated successfully, but these errors were encountered: