Added

Cloud Analytics: report display settings and active theme API

New endpoints, per-user active theme:

Use the reserved sentinel themeId: "default" to clear the active theme and fall back to the built-in default.

Report displaySettings on create, update, get, and list:

Reports now expose an optional config.displaySettings block:

FieldValues
themeIdTheme ID, or "default" to clear
dataLabelFontSizeauto, small, medium, large
axisLabelFontSizeauto, small, medium, large
numberScaleauto, thousands, millions, billions, raw
decimalPrecision08

Set per-report theme and chart display options via POST /analytics/v1/reports and PATCH /analytics/v1/reports/{id}. Invalid enum values or a negative decimalPrecision return 400 with a field-scoped error.

Action for integrators

Use the active-theme endpoints for a user's default theme preference, and config.displaySettings to pin display options on individual reports.