jfreechart-fse
jfreechart-fse copied to clipboard
Bulk add data from arrays for XYSeries and MatrixSeries
Support bulk additions to the chart via arrays as opposed to one-by-one. Added support for MatrixSeries and XYSeries including testcases. I am using XYSeries add(name, xarray, yarray) in my own work now.