Skip to content

Commit

Permalink
super set example
Browse files Browse the repository at this point in the history
  • Loading branch information
munkh-altai committed Oct 2, 2023
1 parent ce3595b commit 8866ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/superset.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default {
await embedDashboard({
id: id, // given by the Superset embedding UI
supersetDomain: "https://analytic.ub-engineering.gov.mn",
supersetDomain: "https://analytic.test.mn",
mountPoint: document.getElementById("supersetContainer"), // any html element that can contain an iframe
fetchGuestToken: () => token,
dashboardUiConfig: { // dashboard UI config: hideTitle, hideTab, hideChartControls, filters.visible, filters.expanded (optional)
Expand Down

0 comments on commit 8866ddf

Please sign in to comment.