New-UDChartJSMonitor
A chart that continuously updates with new data.
Synopsis
Syntax
New-UDChartJSMonitor [[-Id] <String>] [[-Type] <String>] [[-DataPointHistory] <Int32>] [[-Options] <Hashtable>] [[-ChartBackgroundColor] <DashboardColor[]>] [[-ChartBorderColor] <DashboardColor[]>] [-Labels] <String[]> [-AutoRefresh] [[-RefreshInterval] <Int32>] [-LoadData] <Endpoint> [<CommonParameters>]Description
Parameters
-Id
Required? false
Position? 1
Default value [Guid]::NewGuid()
Accept pipeline input? false
Aliases
Accept wildcard characters? false-Type
-DataPointHistory
-Options
-ChartBackgroundColor <DashboardColor[]>
-ChartBorderColor <DashboardColor[]>
-Labels <String[]>
-RefreshInterval
-LoadData
Outputs
Last updated
Was this helpful?