For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-UDNivoTheme

Creates a new Nivo theme.

Synopsis

Creates a new Nivo theme.

Syntax

New-UDNivoTheme [[-TickLineColor] <DashboardColor>] [[-TickTextColor] <DashboardColor>] [[-GridLineStrokeColor] <DashboardColor>] [[-GridStrokeWidth] <Int32>] [<CommonParameters>]

Description

Creates a new Nivo theme. See the Nivo documentation for more information. Use this command to create a theme for New-UDNivoChart.

Parameters

-TickLineColor

The color of the tick lines.

Required?                    false
Position?                    1
Default value
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-TickTextColor

The color of the tick text.

-GridLineStrokeColor

The color of the grid lines.

-GridStrokeWidth

The width of the grid lines.

Outputs

-------------------------- EXAMPLE 1 --------------------------

Last updated

Was this helpful?