<https://www.gooddata.com/docs/cloud/embed-visuali...
# gooddata-ui
a
https://www.gooddata.com/docs/cloud/embed-visualizations/iframes/#embed-the-analytical-designer Hi, I’m following the steps here to embed the Analytical Designer. Is it possible to hide any of the UI while embedding? e.g. the buttons on the top right corner
i
Hi Arga, May I know what would be a reason for such “customization”, please? What would be a purpose of embedded AD then(since you won’t be able to work with Insights properly)?
In case you are interested in embedding of existing Insights, you can use the InsightView component as navigated here. Please check also Insight custom element article.
a
oh, I was thinking of allowing users to view and switch between insights directly from the AD without the ability to modify the insights. I guess in such scenario, the suitable way is to get the list of insights and render the selected insight in an InsightView component on a React page
i
Thanks for the clarification, interesting approach. @Radek Novacek - any ideas for Arga’s case, please?
👀 1
r
Well, technically you can use
?hideControl=[topBar]
to hide the top bar with all the buttons, or
?hideAction=[undoRedo,clear,open,saveAs,save,export,openInAnalyticalDesigner]
- however, that does still leave the user with the ability to change the visualizations (just without saving). I'd say the React way would be the cleanest to get the desired result for sure.