setColorPalette()
Home > @gooddata/sdk-backend-spi > IOrganizationSettingsService > setColorPalette
IOrganizationSettingsService.setColorPalette() method
Sets color palette for organization.
Signature:
setColorPalette(colorPaletteId: string): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
colorPaletteId | string | ID of the color palette to apply to charts in organization. |
Returns:
Promise<void>
promise