I'm not aware of it.

I thought there might be two ways go about this: (1) treat each stacked row as a separate series and (2) assume that the series has data for all the rows together -- like an array or a list of numbers.  It turns out #1 isn't possible in JFreeChart.

Sean

On Jun 10, 2016, at 7:56 PM, Joseph F Harrison <[log in to unmask]> wrote:

> I'm looking to make a stacked area time series chart a bit like this, and I'd like to do it within the MASON *ChartGenerator framework. Has anyone done this already?
> 
> Joey