Closed
Description
if using MaxValue and it isnt 100 then Gage is blue, but it should be red:
New-HTMLGage -Label 'Fixes' -Value 52 -MaxValue 200 -Counter {
New-GageSector -Color Blue -Min 0 -Max 50
New-GageSector -Color Red -Min 51 -Max 200
}
Maybe anyone could also tell me how i could force the default cage going from red to green insted of green to red color.
thanks