You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "waleedshabbir1 (via GitHub)" <gi...@apache.org> on 2023/04/29 01:29:10 UTC

[GitHub] [superset] waleedshabbir1 opened a new issue, #23875: Minimal settings to embed charts

waleedshabbir1 opened a new issue, #23875:
URL: https://github.com/apache/superset/issues/23875

   What are minimal settings to embed charts in external website for production?
   
   We want to use charts in our production external react website. Is there any way to do that without making dataset exposed and queries exposed?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] waleedshabbir1 commented on issue #23875: Minimal settings to embed charts

Posted by "waleedshabbir1 (via GitHub)" <gi...@apache.org>.
waleedshabbir1 commented on issue #23875:
URL: https://github.com/apache/superset/issues/23875#issuecomment-1542020177

   @amulya-mishra but this is for embedding dashboards. For embedding dashboard documentation is straight forward. 
   
   I am more interested in embedding charts only.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Minimal settings to embed charts [superset]

Posted by "ss-ravi (via GitHub)" <gi...@apache.org>.
ss-ravi commented on issue #23875:
URL: https://github.com/apache/superset/issues/23875#issuecomment-1899500116

   I'm also having trouble figuring this out.
   Would love any help from here!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [I] Minimal settings to embed charts [superset]

Posted by "leandroembu (via GitHub)" <gi...@apache.org>.
leandroembu commented on issue #23875:
URL: https://github.com/apache/superset/issues/23875#issuecomment-1766852289

   I'm interested in embedding only charts too.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] amulya-mishra commented on issue #23875: Minimal settings to embed charts

Posted by "amulya-mishra (via GitHub)" <gi...@apache.org>.
amulya-mishra commented on issue #23875:
URL: https://github.com/apache/superset/issues/23875#issuecomment-1532719204

   Can you try this approach?
   
   In `superset/config.py` file:
   1. In DEFAULT_FEATURE_FLAGS dict object, set 'EMBEDDED_SUPERSET' key value to True.
   2. Ensure that HTTP_HEADERS={}.
   Doing this will show embed dashboard option in the superset UI and the dashoboard ID that will be used for embedding.
   
   You can follow the below article to embed dashboard in react app (you might need to do some work around if the superset in the production is using SSL).
   Embedding superset dashboard in React app - https://medium.com/@khushbu.adav/embedding-superset-dashboards-in-your-react-application-7f282e3dbd88
   
   For reference,
   Github - https://github.com/apache/superset/tree/master/superset-embedded-sdk
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org