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

Filter box with embedded widgets #2454

Closed
kvotheyr opened this issue Mar 22, 2017 · 8 comments
Closed

Filter box with embedded widgets #2454

kvotheyr opened this issue Mar 22, 2017 · 8 comments

Comments

@kvotheyr
Copy link

Hi,

I'm embedding widgets to my web application and couldn't find a way to use filter box with embedded widgets. Is this supported? If yes, any pointers?

Thanks!

@mistercrunch
Copy link
Member

You could embed a dashboard instead of embedding individual charts. You can suffix the dashboard url with ?standalone=true to not render the menu bar.

@kvotheyr
Copy link
Author

@mistercrunch Thanks! that solves my problem.

@kvotheyr
Copy link
Author

@mistercrunch When I embed dashboard with custom CSS and suffix ?standalone=true, the css changes are not getting reflected in the embedded dashboard. any pointers please to get this working?

@kvotheyr kvotheyr reopened this Mar 24, 2017
@kvotheyr
Copy link
Author

Thanks!. @mistercrunch Is there a way to embed dashboard without requiring authentication for viewers?.

@mistercrunch
Copy link
Member

Granting more rights to the Public role should allow for that, though we don't use it at Airbnb so I can't guarantee it would work out of the box.

@kvotheyr
Copy link
Author

@mistercrunch I tried to give all dashboard and datasource rights to public role but I still get 'access denied' error. Also I see this in the config
"Grant role the same set of permissions as for the GAMMA role.
This is useful if one wants to enable anonymous users to view dashboards.
Explicit grant on specific datasets is still required.
PUBLIC_ROLE_LIKE_GAMMA = False"
this dint work either. can you please let me know your thoughts on this?

@falgunifb
Copy link

@mistercrunch Can you please tell , how to enable filter box in my web application or any configuration that i need to add in config.py file to enable it .

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

3 participants