Got an idea of some sort of dynamic candlewidth adjustment?
The problem:
Let's say I display last weeks stock data. the size of the image is fixed to some extend - it's a dynamically generated chart (servlet). So, the candles are big and thick (or fat?

Ok, we reduce the candle width (see CandlestickRenderer class), but... It's not the solution. If I have, say 2 months' period (40-50 items) I'd rather have small candles. But if I reduce the frame to one week, they are still the same width, and we have huge spaces.
What I'd like to see in future versions is a setter method for space between candles, and the their width would be calculated dynamically.
I'll be looking into the problem myself, but if there are some ideas around, it would be nice to have them discussed.
My plan for tomorrow (I guess not only tomorrow

If that's the way to explore, say your yes, people

Best regards
P.S.: sorry for a long post, but the problem is quite low-level here and requires more details.