Yeah, the scenario you got the Bar class from uses 8 bars; 4 always show, and the other 4 show only when transitioning is ON. All these changes brought the number of bars from 8 to 2, and removed transitioning, which was specific to the scenario you got the Bar class from. There are other things you could do, like since both bars are related to weight, you might want them to have the same bar color (this would mean removing lines 17 and 27, and just changing line 22 in the Bar class, setting the safeColor variable to the color of your choice).

