Two options that I can think of (neither is a bar chart) that would get you close are:
1) don't use bars. Stick with a scatterplot and set the size of the point to be the production size. That would give you something like this:
![Graph Builder.png Graph Builder.png](https://community.jmp.com/t5/image/serverpage/image-id/12299i2CA8379DA24CCA10/image-dimensions/476x335?v=v2)
2) use Fit Y by X, put the Production Size in as a Frequency variable (Fit Y by X has an X-axis proportional default setting). That gives you something like this:
![Fit Y by X.png Fit Y by X.png](https://community.jmp.com/t5/image/serverpage/image-id/12300i95C8F2E6482D7EEE/image-size/large?v=v2&px=999)
You could play around with some additional options to try and make them look a bit better.
Of course you could always write a script to do this.
Dan Obermiller