ythomop - Hi all. Is there a way to edit the br...
Hi all. Is there a way to edit the breakpoints of the 12 column layout in the embedding? According to the following link there should be a way.
https://developers.thoughtspot.com/docs/embed-liveboard#_redefine_liveboard_breakpoint_widths
2 Replies
cc @Justin PTAL
Hey @ythomop
There is enable2ColumnLayout variable you can add in the embedConfig,
https://developers.thoughtspot.com/docs/Interface_LiveboardViewConfig#_enable2columnlayout
And with those you need to add two of the vars css vars :
--ts-var-liveboard-dual-column-breakpoint: string
And
--ts-var-liveboard-single-column-breakpoint
Check here :
https://developers.thoughtspot.com/docs/Interface_CustomCssVariables#_ts_var_liveboard_single_column_breakpoint
Provide these values together and you should be be work with them.
Thanks
LiveboardViewConfig
The configuration for the embedded Liveboard or visualization page view.
CustomCssVariables
The list of customization css variables. These are the only allowed variables possible.