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
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.
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.
@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
LiveboardViewConfig
The configuration for the embedded Liveboard or visualization page view.
Got it @utsav.kapoor , let me check after updating the version
Even the cluster version might need to be upgraded..