-
-
Notifications
You must be signed in to change notification settings - Fork 115
Closed
Description
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
}
}
}
}
Expected:

Metadata
Metadata
Assignees
Labels
No labels