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
When first initialising the dashboard, it would be useful to be able to specify the name of a custom view to load too.
My scenario is that we have embedded dashboards in a website and allow the users to define the custom view via a URL param (e.g. http://example.com/dashboard?customview=myView)
Currently, I have to first load the dashboard, retrieve the list of custom views and then apply myView. This is doubling the load time for the page as it has to load the dashboard twice.
Ideally the API would allow me to pass myView as a parameter and load that view directly (or return an error that the view doesn't exist).
The text was updated successfully, but these errors were encountered:
When first initialising the dashboard, it would be useful to be able to specify the name of a custom view to load too.
My scenario is that we have embedded dashboards in a website and allow the users to define the custom view via a URL param (e.g.
http://example.com/dashboard?customview=myView
)Currently, I have to first load the dashboard, retrieve the list of custom views and then apply
myView
. This is doubling the load time for the page as it has to load the dashboard twice.Ideally the API would allow me to pass
myView
as a parameter and load that view directly (or return an error that the view doesn't exist).The text was updated successfully, but these errors were encountered: