We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
The value is in percentage, not the actual value. By default it's set to true.
This means you would need to set maxvalue to 100 or something for 51 be red. I guess one should go thru available options:
And make relevant changes to PowerShell to accommodate setting it to false via PS. I don't think it's exposed.
At least I hope I understood question correct, as I don't see green in any code, so not sure what to think
Sorry, something went wrong.
Ohh thanks that helped. Did not seen it.
No branches or pull requests
if using MaxValue and it isnt 100 then Gage is blue, but it should be red:
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
The text was updated successfully, but these errors were encountered: