Creating a Thermometer from a Shape Widget
I want to create a basic thermometer. That is, take a shape widget and adjust its height (and color) based on input data stream. The result will be something like this with the shape being that in red (it can be a rectangle, doesn't need the bulb at the bottom) and the height representing the level to which temperature has risen or fallen. In this example 68% F.
Seems I canβt bind much to a shape dynamically to make it grow or shrink based on input data. Any pointers to documentation or examples? Thanks.


