LB Title

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 ?
6 Replies
yuichirio_ha
yuichirio_ha2mo ago
Hi @lokesh , It loooks all good. Can you check if proper title is available. Also sdk version and cluster version? you facing this in first time? or like new ? Also once check the iframe url by doing inspect and check if it contains the param. Or you can paste the url here. Thanks.
lokesh
lokeshOP2mo ago
Hi @yuichirio_ha , I inspected the iframe URL, and it includes the showLiveboardTitle parameter. We are using SDK version 1.11.2 and server version 9.5.0.sw.cu1.
utsav.kapoor
utsav.kapoor2mo ago
@lokesh - showLiveboardTitle is available from Version : SDK: 1.26.0 | Thoughtspot: 9.7.0.cl, 9.8.0.sw You would need to use Unstable CSS to hide/show the title
utsav.kapoor
utsav.kapoor2mo ago
LiveboardViewConfig
The configuration for the embedded Liveboard or visualization page view.
lokesh
lokeshOP2mo ago
Got it @utsav.kapoor , let me check after updating the version
shikharTS
shikharTS2mo ago
Even the cluster version might need to be upgraded..

Did you find this page helpful?