alc-aaron - Hi all, I want confirm if what I am...

Hi all, I want confirm if what I am seeing is an issue with my LiveboardEmbed or something pre-existing as an issue on Thoughtspot? When I Share a Liveboard and visit the URL I see the Liveboard but it is missing the title along with the information about the Users who are editing/views ect.
2 Replies
shikharTS
shikharTS3w ago
By default we have hidden the liveboard header. You can change this by adding these properties and showing/hiding whatever satisfies your use case
/* Show or hide the liveboard title and description */
showLiveboardTitle: true,
showLiveboardDescription: true,
// isLiveboardHeaderSticky: false, /* Removes the header stickiness when scrolling if set to false */
// hideLiveboardHeader: true, /* Hides the entire liveboard header */

/* Customize display of tabs in the liveboard header */
// hideTabPanel: true, /* Removes the tab panel */
// visibleTabs:['TabId'], /* Remove all tabs if empty array*/
// hiddenTabs:['TabId'],
/* Use either visibleTabs or hiddenTabs */
/* Show or hide the liveboard title and description */
showLiveboardTitle: true,
showLiveboardDescription: true,
// isLiveboardHeaderSticky: false, /* Removes the header stickiness when scrolling if set to false */
// hideLiveboardHeader: true, /* Hides the entire liveboard header */

/* Customize display of tabs in the liveboard header */
// hideTabPanel: true, /* Removes the tab panel */
// visibleTabs:['TabId'], /* Remove all tabs if empty array*/
// hiddenTabs:['TabId'],
/* Use either visibleTabs or hiddenTabs */
alc-aaron
alc-aaronOP3w ago
Thanks, I will give it a try!

Did you find this page helpful?