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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: