Hi Team/@shikharTS/@Justin Mathew , I am embedding a Liveboard in our application using ThoughtSpot Embed. Despite setting showLiveboardTitle to true in the LiveboardEmbed object, the Liveboard title is not displaying. Below is the sample config which i am using liveboardEmbed = new LiveboardEmbed(this.tsRender.nativeElement, { liveboardId: this.liveboardId, frameParams: { width: '100%', height: '100%', }, disabledActions: [Action.RequestAccess], disabledActionReason: "Reason for disabling", showLiveboardTitle: true, visibleActions: [Action.DownloadAsPdf] }); Am i missing any config ?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community