Can I turn a thermometer into a bar?

I need a simple bar graph, each bar represents a thermocouple and I need each bar to represent it's live temperature. I found the thermometer display object that seems to do exactly what I want each bar in my graph or chart to do. However I'd also like this to look presentable. As it stands right now, the number at the bottom of the thermometer is perfect, I'd just prefer to not have the round mercury ball on the bottom, I found out how to get rid of the thermometer perimeter (stroke width), and I'd also like to get rid of the legend as I'm going to have several of these. I found a progress bar which would also be perfect, but I can't get it to change color as the thermometer has intervals and my attempt to add them to the progress bar failed. Any help would be great.

The easiest way to do this is to take a flex control and put a label in it. Give the label a background color and set it to fill based on a %. So basically the label becomes your bar and the % it fills is handled by the flex.

You can display the number on the label also btw.

Edit:
I build a demo example for someone in this thread.

You can add this to Steve's flex label bar by setting the color to an expression binding.

Same with the progress bar, if you set the color to an expression binding you can have the color change depending on the value range.

You might also consider the Moving analog indicator, which features a vertical bar with color intervals out of the box, but sacrifices the thermometer look in favor of something more like a linear gauge.