Skip to content

Specify Maximum Y Axis ValueΒ #19

@itoleck

Description

@itoleck

Would like to be able to specify a maximum Y Axis value as sometimes the maximum datapoint value is not necessarily the highest needed. Green, Yellow and Red values can also be more useful if you can specify a maximum Y value.

Can be done by adding a new parameter and changing a line in the Show-Graph.ps1

[int] $YMAX = 100,
If($PSBoundParameters.ContainsKey("YMAX")) {
$Metric.Maximum = $YMAX
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions