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.
No description
8 Replies
shikharTS
shikharTS4w ago
Do you have full height set as true? Also @Aditya to advice here
Ashot
AshotOP4w ago
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" } } } } } });
utsav.kapoor
utsav.kapoor4w ago
this is a known issue. You would need to updtate SDK Version to later ones
Ashot
AshotOP4w ago
thanks,,, let me check it.
Ashot
AshotOP4w ago
@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 ?
No description
Ashot
AshotOP4w ago
@Aditya
Aditya
Aditya4w ago
Hey @Ashot Can you please tell me what is your cluster version?

Did you find this page helpful?