Lucjan - Hi Team. We want to embed some element...

Hi Team. We want to embed some elements (Liveboards, visualisation, etc.) of ThoughtSpot on our pages.. I use the SDK, and it lochart disappeared. Any advice? JS // Embed 1st ThoughtSpot Object new LiveboardEmbed("#"+divId, { liveboardId: "f50d2a46-d4c2-4de9-aa80-5947cace4d88", vizId: "36156841-956b-43de-89a4-a532a9447ea9", mode: 'full-app', // Adjust as needed width: '100%', // Adjust width as needed height: '200px' // Adjust height as needed }).render(); const embedElement = document.getElementById(divId); embedElement.style.width = '100%'; // Adjust as needed embedElement.style.height = '200px'; // Adjust as needed CSS .embed-wrapper iframe { transform: scale(0.8);
transform-origin: top left; position: absolute; width: 100%; /* Adjust as needed / height: 200px; / Adjust as needed */ border: none; overflow: hidden; }
3 Replies
shikharTS
shikharTS4d ago
and it lochart disappeared
Sorry what disappeared? cc @Aditya
Lucjan
LucjanOP3d ago
Sorry! I use the SDK, and it looks like the elements don't support resizing (scaling). For example, an answer is visible properly in dimension (h x w) 500px x 500px, but when I changed the height of the element to 250px and left the width, some elements of the chart disappeared. Any advice?
shikharTS
shikharTS3d ago
AppViewConfig
The view configuration for full app embedding.

Did you find this page helpful?