✅ whats up with this console output
Value
yellowThresholdWidth == 195.42857142857144
redThresholdWidth == 684
barWidth == 760Value
yellowThresholdWidth == 195.42857142857144
redThresholdWidth == 684
barWidth == 760Console.WriteLine($"Value " +
$"\nyellowThresholdWidth == {yellowThresholdWidth} " +
$"\nredThresholdWidth == {redThresholdWidth}" +
$"\nbarWidth == {barWidth}");Console.WriteLine($"Value " +
$"\nyellowThresholdWidth == {yellowThresholdWidth} " +
$"\nredThresholdWidth == {redThresholdWidth}" +
$"\nbarWidth == {barWidth}");

