Hello,
I am attempting to add a bar chart using BarChartGenerator. I have a small array and would like to chart each entry.
JFreeChart adds series to bar charts using datasets, of which I have created. But the BarChartGenerator's addSeries method in MASON uses an array of Objects, and I'm unclear how the array correlates to what is charted. I passed my array, and only the length was charted.
I have had success plotting Time Series Charts. Is there an example of adding series data for a Histogram or Bar Chart?
Much Thanks,
Ryan