Skip to content
Closed
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
2 changes: 1 addition & 1 deletion modules/ROOT/pages/rest-apiv2-changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ To update schedule details for a specific view of the Liveboard, specify the `pe

=== Metadata parameterization and content publishing across Orgs

This release introduces the following new endpoints for metadata parameterization and content publishing [beta betaBackground]^Beta^ across Orgs. To enable the content publishing feature and the related API operations on your instance, contact ThoughtSpot Support.
This release introduces the following new endpoints for metadata parameterization [beta betaBackground]^Beta^ and content publishing [beta betaBackground]^Beta^ across Orgs. To enable the content publishing feature and the related API operations on your instance, contact ThoughtSpot Support.

* `POST /api/rest/2.0/metadata/parameterize` [beta betaBackground]^Beta^ +
Allows you to parameterize fields in metadata objects.
Expand Down
11 changes: 4 additions & 7 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 All @@ -30,9 +30,7 @@ For more information, see xref:customize-css-styles.adoc#grp-style[CSS variables

=== Lazy loading of visualizations on a Liveboard

To optimize initial load time, you can now enable lazy loading of Liveboard visualizations using the `lazyLoadingForFullHeight` parameter. When both `fullHeight` and `lazyLoadingForFullHeight` attributes are set to `true`, visualizations in the embedded Liveboard are loaded incrementally as the user scrolls, rather than all at once on initial load.

For more information, see xref:lazy-loading-fullheight.adoc[Lazy loading of Liveboard visualizations].
To optimize initial load time, you can now enable lazy loading of Liveboard visualizations using the `lazyLoadingForFullHeight` parameter. When both `fullHeight` and `lazyLoadingForFullHeight` attributes are set to `true`, visualizations in the embedded Liveboard are loaded incrementally as the user scrolls, rather than all at once on initial load. For more information, see xref:lazy-loading-fullheight.adoc[Lazy loading of Liveboard visualizations].

=== Spotter embed enhancements

Expand Down Expand Up @@ -64,8 +62,7 @@ For more information, see xref:connection-config.adoc[Connection Configuration].

==== Custom calendar APIs

You can now create and manage custom calendars for a given Connection object. For more information, see the API documentation in the REST API v2 Playground.
For information about REST API v2 enhancements, see xref:rest-apiv2-changelog.adoc[REST API v2.0 changelog].
You can now create and manage custom calendars for a given Connection object. For more information, see the API documentation in the REST API v2 Playground. For information about REST API v2 enhancements, see xref:rest-apiv2-changelog.adoc[REST API v2.0 changelog].

==== Other enhancements
For information about other REST API v2 enhancements, see xref:rest-apiv2-changelog.adoc[REST API v2.0 changelog].
Expand Down
Loading