CallMeSam
TFDThoughtSpot For Developers
•Created by CallMeSam on 10/3/2023 in #dev-help
Hi I am using TS visual embed SDK to
Yes it was resolved on the same day. https://discord.com/channels/1143209406037758065/1143209464875462756/1158844576119935088
5 replies
TFDThoughtSpot For Developers
•Created by Thao on 9/27/2023 in #dev-help
Hi Is there any way to resize the legend
3 replies
TFDThoughtSpot For Developers
•Created by Mohamed Abdulla on 10/4/2023 in #dev-help
CallMeSam Please refer this
Thanks for the link Mohamed, I get to find what I need here after done reading the sub sections. https://developers.thoughtspot.com/docs/custom-css#_rules
1 replies
TFDThoughtSpot For Developers
•Created by CallMeSam on 10/3/2023 in #dev-help
Hi I am using TS visual embed SDK to
Type '
{
frameParams: { height: string; };
on: EmbedEvent;
callback: (data: any) => void; runtimeFilters: RuntimeFilter[];
visibleActions: undefined[];
liveboardId: string;
vizId: string;
}' is not assignable to type 'IntrinsicAttributes & LiveboardProps & RefAttributes<LiveboardEmbed>'.
Property 'on' does not exist on type 'IntrinsicAttributes & LiveboardProps & RefAttributes<LiveboardEmbed>'.ts(2322)
(property) on: EmbedEvent
5 replies