Line Chart
A line chart that can display output from scripts and APIs.
About
Display Data from an API
@(
@{
Name = "Name1"
Value = Get-Random
}
@{
Name = "Name2"
Value = Get-Random
}
@{
Name = "Name3"
Value = Get-Random
}
) | ConvertTo-Json


Display Data from a Script


Properties
Last updated
Was this helpful?