Ashot - @shikharTS hello, I’m embedding a Thou...
@shikharTS hello, I’m embedding a ThoughtSpot iframe on my website, but I’m facing an issue where the iframe height doesn’t adjust dynamically when switching tabs inside the iframe. As a result, some charts are getting cut off.
Could you please advise on how to make the iframe height adjust dynamically based on its content? If there are any specific configurations or best practices for handling this within ThoughtSpot, I’d appreciate your guidance.

8 Replies
Do you have full height set as true? Also @Aditya to advice here
yes I have
const liveboard = new LiveboardEmbed(document.getElementById('liveboard'), {
frameParams: {
width: '100%',
height: '800px' // Initial height
},
fullHeight: true,
liveboardId: LIVEBOARD_ID,
visibleActions: [Action.AxisMenuSort, Action.AxisMenuTimeBucket],
runtimeFilters: this.runTimeFilters,
locale: 'it-IT',
customizations: {
style: {
customCSS: {
rules_UNSTABLE: {
".pinboard-header-modulepinboardHeader": {
"padding": "0!important"
},
".pinboard-modulepinboardPage": {
"padding-top": "20px"
},
".pinboard-header-module__tabAndFilterWrapperEmbed": {
"display": "none!important"
}
}
}
}
}
});
this is a known issue. You would need to updtate SDK Version to later ones
Known issues
Bug fixes and improvements
thanks,,, let me check it.
@utsav.kapoor @shikharTS guys thanks scrolling issue is fixed by updating SDK.
can you please check why these boxies has wrong height ?
is it a known issue ?

@Aditya
Hey @Ashot Can you please tell me what is your cluster version?