alexander - Hi Team, I've come across an issue ...

Hi Team, I've come across an issue when trying to embed a visualisation into our website. It seems that I can get the visualisation to scale horizontally but not vertically. That is, if I reduce the horizontal size, the visualisation will scale automatically to fit as best it can. However, when adjusting the height the the visualisation just gets cut off.
Here's an example of the behaviour using the playground https://try-everywhere.thoughtspot.cloud/v2/#/everywhere/playground/answer

Using the following settings:
  • Feature to Embed = Visualization
  • Liveboard = (Sample) Sales Performande
  • Visualization = Total Sales by Store
I then use frameParams to adjust the size
frameParams: {
height: "50%",
width: "50%"
},
0.png
Was this page helpful?