eschutho commented on issue #23485:
URL: https://github.com/apache/superset/issues/23485#issuecomment-1485972633

   Have you turned on the feature: EMBEDDABLE_CHARTS?
   
   1. Click on the "Share" button in the top right corner of the chart editor.
   2. In the "Share" dialog box, select the "Embed" tab.
   3. Configure the chart's settings as needed, such as the chart size and any 
filters or parameters.
   4. Copy the generated HTML code snippet.
   5. In your React website, add an HTML container element where you want the 
chart to appear.
   6. Paste the HTML code snippet from step 6 into this container element.
   7. Save and publish your website.
   
   This will embed the chart into your website using an iframe, which isolates 
the chart content and does not expose any data sources or require 
authentication. Note that this approach assumes that your Apache Superset 
instance is publicly accessible and that the chart is not restricted by any 
permissions or filters.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to