Re: JFreeChart/Wonder liftoff success

2009-12-17 Thread Michael Sharp
On 18/12/2009, at 11:14 AM, Baiss Eric Magnusson wrote: > > How does the BigDecimal get absorbed by the attribute > of ? ERPlot will accumulate Number values for matching name keys by adding their doubleValue()'s > I haven't utilized color yet, default was pink! Pink pie, sounds like trivi

Re: JFreeChart/Wonder liftoff success

2009-12-17 Thread Baiss Eric Magnusson
Awesome magic, I got a chart to draw, see below: public class TotalOfMonth {// inner class public BigDecimal _total; public String _name; public Color_color; TotalOfMonth(