Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/ROOT/pages/customize-css-styles.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,12 @@ Use the following variables to customize the Liveboard page elements.
image::./images/custom-css-viz.png[CSS customization Liveboard page]
--
[#grp-style]
=== Liveboard grouping and styling
=== Liveboard grouping and styling [beta betaBackground]^Beta^
Use the following variables to customize the Liveboard visualization groups and style elements.

[NOTE]
====
To enable this feature, set `isLiveboardStylingAndGroupingEnabled` to `true`.
To enable this feature contact ThoughtSpot support and set `isLiveboardStylingAndGroupingEnabled` to `true` in the SDK .
====

[width="100%" cols="7,7"]
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/embed-pinboard.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ liveboardEmbed.trigger(HostEvent.UpdateFilters, {

////

=== Liveboard grouping and styling
=== Liveboard grouping and styling [beta betaBackground]^Beta^
You can now create a visual group of Answers and note tiles together in the Liveboard. You can select multiple Answers and notes in the Liveboard editor. You can also style parts of the Liveboard, groups and Answers with the new styling panel.
To enable this feature, set `isLiveboardStylingAndGroupingEnabled` to `true`. For more information, see link:https://docs.thoughtspot.com/cloud/latest/liveboard-grouping-styling[Liveboard grouping and styling, window=_blank].

Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/whats-new.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ This page lists new features, enhancements, and deprecated functionality in Thou

== Version 10.12.0.cl

=== Liveboard grouping and styling
=== Liveboard grouping and styling [beta betaBackground]^Beta^

You can now create a visual group of Answers and note tiles on an embedded Liveboard and customize the look and feel of the Liveboard, groups, and visualizations using the new styling panel.

The Liveboard styling and grouping feature is disabled by default on embedded apps. To enable this feature on your embed, set `isLiveboardStylingAndGroupingEnabled` to `true` in the SDK.
The Liveboard styling and grouping feature is disabled by default on embedded apps. To enable this feature on your embed, set `isLiveboardStylingAndGroupingEnabled` to `true` in the SDK and contact ThoughtSpot Support.

When this feature is enabled, you can use the following CSS variables in the Visual Embed SDK to style your Liveboard elements:

Expand Down
Loading