I’m trying to use the Rectangle()
function to render progress bars, but in the details view of the table as well as layouts, the rectangle displays as a square, completely ignoring the width.
For example, if you make a new column in a table on Coda, and set the formula to
Rectangle(4, 40)
Then I see a tall black rectangle rendered in the regular table view, and I would expect to see the same when I expand to modal view, but instead I am greeted by a 40x40 square.
This is probably an easy fix, and it’s really annoying when my progress bars turn into funny-sized squares.