Skip to content

New-TablePercentageBar - Seems to have broken at 1.14.0 #516

@smasterson

Description

@smasterson

Since 1.14.0 New-TablePercentageBar seems to have been broken:

$tmp1 = 48,87,92
New-HTML -Online -ShowHTML {
    New-HTMLSection -HeaderText 'Test Percentage Bars' {
        New-HTMLTable -DataTable $tmp1 {
            New-TablePercentageBar -ColumnID 0 -Type round {
                New-TablePercentageBarCondition -Minimum 0 -Maximum 84 -BarColor LightYellow
                New-TablePercentageBarCondition -Minimum 85 -Maximum 89 -BarColor Apricot
                New-TablePercentageBarCondition -Minimum 90 -Maximum 100 -BarColor Pink
            }
        }
    }
}
Image

Expected:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions