I'm using JFreeChart in a custom client/server arrangement to monitor data simultaneous at several stations. With individual graphs, I can fireDatasetChanged() on the chart's dataset and it will update to reflect any new data. However this is not working for CombinedCharts...

Does anyone have suggestions or comments regarding multiple charts with changing datasets?
Thanks,
Todd