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

Paused Viz returns to Automatic when navigating between work books #19

Open
ffrenzel-ur opened this issue Jun 18, 2024 · 0 comments
Open

Comments

@ffrenzel-ur
Copy link

I have an embedded workbook which I am embedding using Talbeau embedding API v3. My use case requires users to set many filters and to reduce round trip latency I use Javascript to pause the workbooks, and provide users with a global "Apply" button with which they can apply multiple filter actions.

The first dashboard that loads in my workbook works as expected, pausing the viz using Javascript works prevents each filter from applying automatically. When a user navigates to another Dashboard in the workbook (using a Navigation button), the Viz seems to enter an unstable state. Although viz.automaticUpdatesArePaused continues to return true, the Viz applies all filters automatically. Future calls to viz.pauseAutomaticUpdates execute but do not in fact pause automatic updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant